summaryrefslogtreecommitdiffstats
path: root/test/network/rights.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/rights.rb')
-rwxr-xr-xtest/network/rights.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/network/rights.rb b/test/network/rights.rb
index 71b8c3765..80d6ceafe 100755
--- a/test/network/rights.rb
+++ b/test/network/rights.rb
@@ -23,7 +23,10 @@ class TestRights < Test::Unit::TestCase
@store.newright(:write)
}
- assert(! @store.allowed?(:write, "host.madstop.com", "0.0.0.0"),
+
+ assert(
+ ! @store.allowed?(:write, "host.madstop.com", "0.0.0.0"),
+
"Defaulted to allowing access")
assert_nothing_raised {