Skip to content

Commit

Permalink
Ensure rspec rake task returns the exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Oct 15, 2023
1 parent 8579155 commit 9e81527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require 'bundler/gem_tasks'

task :test do
system("rspec", out: STDOUT)
exit $?
end

task default: :test

0 comments on commit 9e81527

Please sign in to comment.