Fixed all specs except signup flow
This commit is contained in:
@@ -58,6 +58,7 @@ module SpecSelectorHelpers
|
||||
save_page Rails.root.join( 'public', 'capybara.html' )
|
||||
%x(launchy http://localhost:3000/capybara.html)
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
class TestCounter < InMemoryQCounter
|
||||
@@ -93,6 +94,7 @@ RSpec.configure do |config|
|
||||
config.include FactoryGirl::Syntax::Methods
|
||||
config.include FactoryAttributesFor
|
||||
config.include Devise::TestHelpers, type: :controller
|
||||
config.include SpecControllerHelpers, type: :controller
|
||||
config.include EndWithMatcher
|
||||
config.include Matchers
|
||||
config.include TurnipHacks, turnip: true
|
||||
|
||||
Reference in New Issue
Block a user