I am trying to get some old "rbehave" scripts working with cucumber. I am running into an error. I get the same error when I run the "calculator_ruby_features" example.

Any suggestions?

Bret

C:\work\cucumber\examples\calculator_ruby_features>rake features
(in C:/work/cucumber/examples/calculator_ruby_features)
You must gem install win32console to get coloured output on this ruby platform (
i386-mswin32)
C:/work/cucumber/bin/../lib/cucumber/tree/feature.rb:37:in `add_scenario': wrong
number of arguments (1 for 2) (ArgumentError)
from C:/work/cucumber/bin/../lib/cucumber/tree/feature.rb:37:in `Scenari
o'
       from ./features/addition.rb:8
from C:/work/cucumber/bin/../lib/cucumber/tree/feature.rb:13:in `instanc
e_eval'
from C:/work/cucumber/bin/../lib/cucumber/tree/feature.rb:13:in `initial
ize'
       from C:/work/cucumber/bin/../lib/cucumber/tree.rb:8:in `new'
       from C:/work/cucumber/bin/../lib/cucumber/tree.rb:8:in `Feature'
       from ./features/addition.rb:6
from c:/ruby-186-26/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27
:in `gem_original_require'
from c:/ruby-186-26/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27
:in `require'
from C:/work/cucumber/bin/../lib/cucumber/cli.rb:188:in `require_files'
       from C:/work/cucumber/bin/../lib/cucumber/cli.rb:186:in `each'
from C:/work/cucumber/bin/../lib/cucumber/cli.rb:186:in `require_files'
       from C:/work/cucumber/bin/../lib/cucumber/cli.rb:165:in `execute!'
       from C:/work/cucumber/bin/../lib/cucumber/cli.rb:11:in `execute'
       from C:/work/cucumber/bin/cucumber:5
rake aborted!
Command failed with status (1): [c:/ruby-186-26/bin/ruby -I "C:/work/cucumb...]

(See full trace by running task with --trace)
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to