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?