Merge branch 'master' into redirect_conf_show
This commit is contained in:
commit
30de487872
93 changed files with 410 additions and 214 deletions
|
|
@ -148,7 +148,7 @@ feature 'Version' do
|
|||
|
||||
visit admin_revision_history_path
|
||||
expect(page).to have_text("Someone (probably via the console) created new ticket Gold with ID #{ticket_id} in conference #{conference.short_title}")
|
||||
expect(page).to have_text("Someone (probably via the console) updated price cents and description of ticket Gold with ID #{ticket_id} in conference #{conference.short_title}")
|
||||
expect(page).to have_text("Someone (probably via the console) updated description and price cents of ticket Gold with ID #{ticket_id} in conference #{conference.short_title}")
|
||||
expect(page).to have_text("Someone (probably via the console) deleted ticket Gold with ID #{ticket_id} in conference #{conference.short_title}")
|
||||
end
|
||||
|
||||
|
|
@ -343,7 +343,7 @@ feature 'Version' do
|
|||
conference.email_settings.update_attributes(registration_subject: 'xxxxx', registration_body: 'yyyyy', accepted_subject: 'zzzzz')
|
||||
|
||||
visit admin_revision_history_path
|
||||
expect(page).to have_text("Someone (probably via the console) updated registration subject, registration body and accepted subject
|
||||
expect(page).to have_text("Someone (probably via the console) updated registration body, registration subject and accepted subject
|
||||
of email settings in conference #{conference.short_title}")
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue