Running 'cucumber -n "asdf" features/challenge.feature' seems to load every
feature file from the Rails root on down. In particular, it loads example
features in vendor/gems like Ben's email_spec which requires Rails 2.2.2.
This makes the command fail for us, since we've frozen 2.3.2. I would
imagine it's also loading RSpec's own features, since that gem is also
frozen in our app.

I don't know if this is defined behavior or not, but it was surprising. It
makes the -n option less useful, IMO. What does the filespec do in this
case?

///ark
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to