Ruby on Rails Wednesday, January 29, 2014

When we create a new integration test using
$ rails g integration_test Name
it create it in spec/requests directory, and capybara is not available there by default. I have to move it to spec/feature dir to make it work (or use other hacks). Can somebody tell me why this is the case?

Thanks,
Arun

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/30756286-9f9e-4407-9920-4dc9d9897b23%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment