Fix failing tests
This commit is contained in:
parent
9e831cb514
commit
eb3a0fe2b3
1 changed files with 2 additions and 2 deletions
|
|
@ -87,7 +87,7 @@ describe Admin::ConferenceController do
|
||||||
it 're-renders the new template' do
|
it 're-renders the new template' do
|
||||||
post :create, conference:
|
post :create, conference:
|
||||||
attributes_for(:conference, short_title: nil)
|
attributes_for(:conference, short_title: nil)
|
||||||
expect(response).to render_template :new
|
expect(response).to redirect_to new_admin_conference_path
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
@ -102,7 +102,7 @@ describe Admin::ConferenceController do
|
||||||
|
|
||||||
it 're-renders the new template' do
|
it 're-renders the new template' do
|
||||||
post :create, conference: attributes_for(:conference)
|
post :create, conference: attributes_for(:conference)
|
||||||
expect(response).to render_template :new
|
expect(response).to redirect_to new_admin_conference_path
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue