After having a lot of issues with Textmate and Cucumber, I’ve gone through a lot of steps of reinstalling git so that I could update and install a later version of ruby on rvm, changing from the rvm-auto-ruby to rvm-wrapper, I am now getting it to run but ‘Undefined step’
Hoever, the step exists and my guard reads it all fine.
- I am using the latest rvm and ruby-head
- I am using cucumber/cucumber-rails 1.0.2
- It is definitely using the right Ruby/Gemset
tl;dr
Cucumber Bundle is not reading my steps when I hit Run.
In your
config/cucumber.ymlyou might need to add--require featuresin the standard options, it will probably have a line like this:Change it to read