rubocop files update and auto correction
This commit is contained in:
parent
1a62dc930e
commit
1f82fbbdc6
88 changed files with 519 additions and 452 deletions
|
|
@ -8,7 +8,6 @@ feature EmailSettings do
|
|||
shared_examples 'email settings' do
|
||||
scenario 'updates email settings',
|
||||
feature: true, js: true do
|
||||
|
||||
expected_count = EmailSettings.count
|
||||
|
||||
sign_in organizer
|
||||
|
|
@ -54,7 +53,7 @@ feature EmailSettings do
|
|||
click_button 'Update Email settings'
|
||||
|
||||
expect(flash).
|
||||
to eq('Settings have been successfully updated.')
|
||||
to eq('Settings have been successfully updated.')
|
||||
|
||||
expect(find('#email_settings_registration_subject').
|
||||
value).to eq('Registration subject')
|
||||
|
|
@ -88,7 +87,6 @@ feature EmailSettings do
|
|||
value).to eq('Updated conference venue template')
|
||||
|
||||
expect(EmailSettings.count).to eq(expected_count)
|
||||
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue