summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/slop_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/slop_test.rb b/test/slop_test.rb
index b066e49..806f5ea 100644
--- a/test/slop_test.rb
+++ b/test/slop_test.rb
@@ -314,7 +314,7 @@ class SlopTest < TestCase
end
test "separators" do
- opts = Slop.new(banner: false) do
+ opts = Slop.new(:banner => false) do
on :foo
separator "hello"
separator "world"