Skip to content

Commit 28c1019

Browse files
Skip exit status specs on 1.8.7
1 parent 0ecea7b commit 28c1019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/script_exit_status_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ def thor_command(command)
2626
it "a command that does not raise a Thor::Error exits with a status of 0" do
2727
expect(thor_command("ok")).to eq(0)
2828
end
29-
end
29+
end if RUBY_VERSION > "1.8.7"

0 commit comments

Comments
 (0)