We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77b0dd5 + 28c1019 commit dd45079Copy full SHA for dd45079
spec/script_exit_status_spec.rb
@@ -26,4 +26,4 @@ def thor_command(command)
26
it "a command that does not raise a Thor::Error exits with a status of 0" do
27
expect(thor_command("ok")).to eq(0)
28
end
29
-end
+end if RUBY_VERSION > "1.8.7"
0 commit comments