Merge d425349bdd into eb9d799f23
This commit is contained in:
commit
4a624f10eb
6 changed files with 73 additions and 3 deletions
|
|
@ -26,6 +26,13 @@ describe ConferencesController do
|
|||
end
|
||||
end
|
||||
|
||||
describe 'GET #current' do
|
||||
it 'redirects to first conference splashpage' do
|
||||
get :current
|
||||
expect(response).to redirect_to(conference_path(Conference.first.short_title))
|
||||
end
|
||||
end
|
||||
|
||||
describe 'OPTIONS #index' do
|
||||
it 'Response code is 200' do
|
||||
process :index, 'OPTIONS'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue