Commit d1c1a1ea authored by http://jneen.net/'s avatar http://jneen.net/

switch to multi-line before block

parent 02b5d359
......@@ -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!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment