Skip to content

Commit

Permalink
Merge pull request #610 from deivid-rodriguez/skip_exit_status_specs_…
Browse files Browse the repository at this point in the history
…on_1.8.7

Skip exit status specs on 1.8.7
  • Loading branch information
rafaelfranca committed Jul 12, 2018
2 parents 77b0dd5 + 28c1019 commit dd45079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/script_exit_status_spec.rb
Expand Up @@ -26,4 +26,4 @@ def thor_command(command)
it "a command that does not raise a Thor::Error exits with a status of 0" do
expect(thor_command("ok")).to eq(0)
end
end
end if RUBY_VERSION > "1.8.7"

0 comments on commit dd45079

Please sign in to comment.