fix failing tests

This commit is contained in:
Chrisbr 2014-05-14 13:18:19 +02:00
parent f6088e9abe
commit f485f4ce57
4 changed files with 23 additions and 7 deletions

View file

@ -50,6 +50,9 @@ RSpec.configure do |config|
# Includes support/login_macros for feature tests
config.include LoginMacros, type: :feature
# Includes support/flash for feature tests
config.include Flash, type: :feature
# As we start from scratch in April 2014, let's forbid the old :should syntax
config.expect_with :rspec do |c|
c.syntax = :expect