Displaying 4 results from an estimated 4 matches for "codebreaking".
2001 Apr 27
2
Removal of CodeBreakers package
I installed Codebreakers Redhat pakage to my eDesktop 2.4. I downloaded
necessary files for depedency problems. I had tried Caldera's package
without success. Being a newbie I decided to try CodeBreakers. When
running winecheck it came up worse than the previous package. I tried to
uninstall package and my system did not see it as installed. I deleted
Wine.d from my /opt directory
2009 Apr 26
9
Problems running features with Textmate Cucumber bundle
I finally plunked down for the beta RSpec bundle and I''m working
through the initial example. Although I''m a fairly experienced RSpec
user, I''m stlll learning new tricks.
Anyway, I''m going though the mastermind example, and everything is
going well, except that I decided to also try out the Textmate bundle
for Cucumber. I decided to use Ben Mabey''s
2010 Jun 01
1
RSpec book errata #57 - undefined method `include' : what to do?
http://pragprog.com/titles/achbd/errata
nr 57:
Ruby 1.8.7
expected [] to include "Welcome to Codebreaker!"
Ruby 1.9.1
undefined method `include'' for #<Object:0x80b32c90> (NoMethodError)
---
class Output
def messages
@messages ||= []
end
def puts(message)
messages << message
end
end
Then /^I should see "([^\"]*)"$/ do |message|
2007 Apr 26
5
class parameters
Hello there,
Just wanted to know if class will be able to have parameters ?
Right now i use:
define resolver( $options =''rotate'', $nameserver,
$search='''',$domain='''',$sortlist=''''){
file{ ''/etc/resolv.conf'':
content =>