[rspec-users] running rspec complains about missing cucumber-rails

2010-02-16 Thread kat...@gmail.com
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

Re: [rspec-users] running rspec complains about missing cucumber-rails

2010-02-17 Thread kat...@gmail.com
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: