Skip to content

Commit dd45079

Browse files
authoredJul 12, 2018
Merge pull request rails#610 from deivid-rodriguez/skip_exit_status_specs_on_1.8.7
Skip exit status specs on 1.8.7
2 parents 77b0dd5 + 28c1019 commit dd45079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec/script_exit_status_spec.rb

+1-1
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)