Skip to content

Commit

Permalink
Skip exit status specs on 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Jun 29, 2018
1 parent 0ecea7b commit 28c1019
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 28c1019

Please sign in to comment.