1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/zeus.json
Elliot Winkler b5425ccc27 Fix Zeus so that it runs again on Ruby >= 2.5.x
Ruby 2.5.0 removed support for the `-ubygems` option ([source][1]). This
was introduced many many years ago so you could say `ruby -rubygems`,
which was just a shortcut for `ruby -r rubygems`. Now that's no longer
there, so we have to update how Zeus starts a Ruby process.

[1]: 9de6c712b6
2018-09-12 21:53:53 -06:00

11 lines
158 B
JSON

{
"command": "ruby -r rubygems -r ./custom_plan -e Zeus.go",
"plan": {
"boot": {
"test_environment": {
"rspec": []
}
}
}
}