Conference Controller tests
This commit is contained in:
parent
adfa9cc871
commit
c890aea68d
4 changed files with 258 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue