Hello,
I can run cucumber tests, but when I run a rspec command (>ruby script
\spec spec\views\category_metr
ics\show.html.erb_spec.rb --backtrace), I am getting an error that
the rails-cucumber gem is not found:
no such file to load -- cucumber-rails
C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custo
I think I have solved this.
I was using config.gem for cucumber and cucumber-rails. Setting :lib
=> false solves this problem.
Would you consider specifying this on
http://wiki.github.com/aslakhellesoy/cucumber/ruby-on-rails?
Kaushik
On Feb 16, 9:03 am, "kat...@gmail.com" wrote: