switch to multi-line before block

This commit is contained in:
http://jneen.net/ 2017-08-10 23:12:29 -07:00
parent 02b5d359b5
commit d1c1a1ead6
1 changed files with 3 additions and 1 deletions

View File

@ -1296,7 +1296,9 @@ describe NotificationService, :mailer do
end
describe 'when notifications are disabled' do
before { create_global_setting_for(added_user, :disabled) }
before do
create_global_setting_for(added_user, :disabled)
end
it do
create_member!