Merge pull request #1159 from nishanthvijayan/changelog-improvements

Misc improvements to Revision History
This commit is contained in:
Stella Rouzi 2016-11-21 19:21:02 +02:00 committed by GitHub
commit 6c39d34322
8 changed files with 211 additions and 134 deletions

View file

@ -58,6 +58,7 @@ feature 'Version' do
new_conference.update_attributes(title: 'New Con', short_title: 'NewCon')
visit admin_revision_history_path
select '100', from: 'versionstable_length'
expect(page).to have_text('Someone (probably via the console) created new conference New Con')
expect(page).to have_text('Someone (probably via the console) created new event type Talk in conference NewCon')
expect(page).to have_text('Someone (probably via the console) created new event type Workshop in conference NewCon')