MissingSourceFile when I run "cucumber features"

Posted by Jess on Stack Overflow See other posts from Stack Overflow or by Jess
Published on 2010-01-18T06:26:24Z Indexed on 2010/04/03 18:23 UTC
Read the original article Hit count: 366

Filed under:
|

I had cucumber 0.6.1 working quite fine... but I ran the gem update cucumber command, and things went smoothly. Then when I decided to run the cucumber features command, I received this error:

Using the default profile... no such file to load -- cucumber/webrat/element_locator (MissingSourceFile) /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in gem_original_require' /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:inpolyglot_original_require'

So I tried a few things... I did a gem update on webrat, that didn't work. I removed all previous versions of cucumber by doing gem uninstall cucumber then selecting past versions. Same with webrat. No luck. What am I doing wrong?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rubygems