Skip to content
Snippets Groups Projects
Commit 1afb0faa authored by Douwe Maan's avatar Douwe Maan
Browse files

Satisfy Rubocop

parent 4461cded
No related branches found
No related tags found
3 merge requests!8889WIP: Port of 25624-anticipate-obstacles-to-removing-turbolinks to EE.,!7795Asciidoctor plantuml,!7793Add support for PlantUML diagrams in Asciidoc.
Loading
Loading
@@ -260,9 +260,8 @@ objectclass: posixGroup
end
 
it "doesn't send a notification email" do
expect {
access.update_ldap_group_links
}.not_to change { ActionMailer::Base.deliveries }
expect { access.update_ldap_group_links }.not_to \
change { ActionMailer::Base.deliveries }
end
end
 
Loading
Loading
@@ -279,9 +278,8 @@ objectclass: posixGroup
end
 
it "doesn't send a notification email" do
expect {
access.update_ldap_group_links
}.not_to change { ActionMailer::Base.deliveries }
expect { access.update_ldap_group_links }.not_to \
change { ActionMailer::Base.deliveries }
end
end
 
Loading
Loading
@@ -298,9 +296,8 @@ objectclass: posixGroup
end
 
it "doesn't send a notification email" do
expect {
access.update_ldap_group_links
}.not_to change { ActionMailer::Base.deliveries }
expect { access.update_ldap_group_links }.not_to \
change { ActionMailer::Base.deliveries }
end
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment