Commit 9f722427 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add LoginHelpers to feature type

parent 830da0c2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment