Created
July 19, 2019 10:47
-
-
Save spencerldixon/d33d9abc43e5fab333c7eda6f8d725e4 to your computer and use it in GitHub Desktop.
RSpec Boilerplate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config.include FactoryBot::Syntax::Methods | |
config.include Devise::Test::ControllerHelpers, type: :controller | |
config.include Devise::Test::ControllerHelpers, type: :view | |
config.include Devise::Test::IntegrationHelpers, type: :feature |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add
--format documentation
to your.rspec
in the root to add better formatting to your test output