summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2021-06-15 12:20:06 +0100
committerLee Jarvis <leejarvis@fastmail.com>2021-06-15 12:20:06 +0100
commiteabe100ccd516ac2d4de4594ac67eaf3784bfcd1 (patch)
tree0ec8badaf7688618396dbaf8a60866054c6e7ee5
parent2033b5709f2cb3beda5c4a020b18118e859ae923 (diff)
downloadslop-break-tests.tar.gz
Break testsbreak-tests
-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