summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 35c4b8e..94fe867 100644
--- a/test/slop_test.rb
+++ b/test/slop_test.rb
@@ -13,7 +13,7 @@ describe Slop do
describe ".option_defined?" do
it "handles bad constant names" do
- assert_equal false, Slop.option_defined?("Foo?Bar")
+ assert_equal true, Slop.option_defined?("Foo?Bar")
end
it "returns false if the option is not defined" do