mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
houndci fixes
This commit is contained in:
parent
d1e9bd06a6
commit
7a19fefd53
24 changed files with 39 additions and 33 deletions
|
|
@ -35,7 +35,7 @@ describe Admin::ConferenceController do
|
|||
it 'redirects to the updated conference' do
|
||||
patch :update, id: conference.short_title, conference:
|
||||
attributes_for(:conference, title: 'Example Con')
|
||||
conference.reload
|
||||
conference.reload
|
||||
expect(response).to redirect_to admin_conference_path(
|
||||
conference.short_title)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue