summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/result_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/result_test.rb b/test/result_test.rb
index 30e4934..c992f40 100644
--- a/test/result_test.rb
+++ b/test/result_test.rb
@@ -83,7 +83,7 @@ describe Slop::Result do
@options.string("--hello")
@result.parser.parse %w()
- assert_equal nil, @result.fetch('hello')
+ assert_nil @result.fetch('hello')
end
end