Merge pull request #377 from gopesht/add_email_settings_to_user_accounts

Add email settings to user accounts
This commit is contained in:
Gopesh Tulsyan 2014-08-13 09:22:34 +05:30
commit d4074b798e
17 changed files with 179 additions and 52 deletions

View file

@ -130,7 +130,7 @@ feature Event do
# Register for conference
find('#register').click
expect(flash).to eq('You are now registered.')
expect(flash).to eq('You are now Registered and will be receiving Email Notifications.')
# Withdraw proposal
visit conference_proposal_index_path(conference.short_title)