Conference Controller tests

This commit is contained in:
Chrisbr 2014-05-09 14:44:01 +02:00
parent adfa9cc871
commit c890aea68d
4 changed files with 258 additions and 0 deletions

View file

@ -49,5 +49,8 @@ RSpec.configure do |config|
# As we start from scratch in April 2014, let's forbid the old :should syntax
config.expect_with :rspec do |c|
c.syntax = :expect
# Enables devise sign_in function
config.include Devise::TestHelpers, type: :controller
end
end