I\"m using capybara for my integration/acceptance tests. They\'re in /spec/requests/ folder. Now I have a few helper methods that I use during acceptance tests. One
/spec/requests/
I used the given solution by @VasiliyErmolovich, but I changed the type to make it work:
config.include YourHelper, :type => :feature