summaryrefslogtreecommitdiff
path: root/t/test-custodian-parser.rb
diff options
context:
space:
mode:
Diffstat (limited to 't/test-custodian-parser.rb')
-rwxr-xr-xt/test-custodian-parser.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/test-custodian-parser.rb b/t/test-custodian-parser.rb
index 6d612b1..1af5e28 100755
--- a/t/test-custodian-parser.rb
+++ b/t/test-custodian-parser.rb
@@ -292,7 +292,7 @@ EOF
'http://example must run http not following redirect.' => false,
}
- data.each do |str,follow|
+ data.each do |str, follow|
assert_nothing_raised do
#
@@ -331,7 +331,7 @@ EOF
'http://example must run http without cache busting.' => false,
}
- data.each do |str,cb|
+ data.each do |str, cb|
assert_nothing_raised do
#
@@ -377,7 +377,7 @@ EOF
#
# For each test
#
- data.each do |str,fail|
+ data.each do |str, fail|
assert_nothing_raised do
#