We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Isn't it in rails_helper.rb where you include modules in order to keep the spec_helper.rb light like the comment within the file say. (https://thoughtbot.com/blog/document-explicit-dependencies-through-tests). And maybe we could name the file the module code lives in to authentication.rb?
Updated Integration Testing with Rspec, Capybara and Fabricator (markdown)
Update the namespace of the test helper module as well
fixed code for including helpers
updated the way one should include test helpers
Changed fabrications to fabricator according to the fabricator specs
Created Integration Testing with Rspec, Capybara and Fabricator (markdown)