From eabe100ccd516ac2d4de4594ac67eaf3784bfcd1 Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Tue, 15 Jun 2021 12:20:06 +0100 Subject: Break tests --- test/slop_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1