Commit 9f722427e5835e4aeb5c1dd6a9cc8720b40d87c0
1 parent
830da0c2
Exists in
master
and in
4 other branches
Add LoginHelpers to feature type
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
spec/spec_helper.rb
@@ -23,6 +23,7 @@ WebMock.disable_net_connect!(allow_localhost: true) | @@ -23,6 +23,7 @@ WebMock.disable_net_connect!(allow_localhost: true) | ||
23 | RSpec.configure do |config| | 23 | RSpec.configure do |config| |
24 | config.mock_with :rspec | 24 | config.mock_with :rspec |
25 | 25 | ||
26 | + config.include LoginHelpers, type: :feature | ||
26 | config.include LoginHelpers, type: :request | 27 | config.include LoginHelpers, type: :request |
27 | config.include FactoryGirl::Syntax::Methods | 28 | config.include FactoryGirl::Syntax::Methods |
28 | config.include Devise::TestHelpers, type: :controller | 29 | config.include Devise::TestHelpers, type: :controller |