Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 882c5d8

Browse files
penciljoelvh
authored andcommitted
fix typo
1 parent 19e95fa commit 882c5d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/model/service_rule_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
end
1818

1919
['https://www.example.org/', 'http://www.google.com/'].each do |service_url|
20-
it "allows access to #{service_url}" do
20+
it "does not allow access to #{service_url}" do
2121
described_class.allowed?(service_url).should == false
2222
end
2323
end

0 commit comments

Comments
 (0)