summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2021-06-15 12:10:00 +0100
committerLee Jarvis <leejarvis@fastmail.com>2021-06-15 12:10:01 +0100
commitd6a790c9013c0c39302074bbbd7ec8e15c50a8bd (patch)
tree0ec8badaf7688618396dbaf8a60866054c6e7ee5
parent7958e946c7f27cc828a7465d81a6254b2212c6ba (diff)
downloadslop-d6a790c9013c0c39302074bbbd7ec8e15c50a8bd.tar.gz
Break the tests
To test the new CI GitHub Workflow
-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