Add LoginHelpers to feature type
This commit is contained in:
parent
830da0c218
commit
9f722427e5
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ WebMock.disable_net_connect!(allow_localhost: true)
|
|||
RSpec.configure do |config|
|
||||
config.mock_with :rspec
|
||||
|
||||
config.include LoginHelpers, type: :feature
|
||||
config.include LoginHelpers, type: :request
|
||||
config.include FactoryGirl::Syntax::Methods
|
||||
config.include Devise::TestHelpers, type: :controller
|
||||
|
|
Loading…
Reference in a new issue