Fixed all specs except signup flow

This commit is contained in:
2015-02-20 20:52:44 +01:00
parent d9e69beb5f
commit 9eb4f8ee9a
18 changed files with 42 additions and 59 deletions
+2
View File
@@ -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