thoughtbot--shoulda-matchers/spec
Elliot Winkler 0f36e3c5c0 Don't require bootsnap in gen'ed Rails 5.2+ apps
[Bootsnap][1] is a new gem that speeds up load times for Rails apps and
is included by default in Rails 5.2+ apps. However, this somehow messes
with Zeus, which we use often to run tests locally. We don't need it in
the Rails apps that the tests generate, so make sure it's not required
in those apps.

[1]: https://github.com/Shopify/bootsnap
2018-09-12 20:25:31 -06:00
..
acceptance Adding support to allow_nil option for delegate_method matcher 2018-01-24 02:22:19 -06:00
support Don't require bootsnap in gen'ed Rails 5.2+ apps 2018-09-12 20:25:31 -06:00
unit/shoulda/matchers Fix absence matcher tests so that they run 2018-09-11 00:33:49 -06:00
warnings_spy Be better about looking for warnings on Travis 2014-12-16 20:30:05 -07:00
acceptance_spec_helper.rb Extract a common spec helper 2015-10-07 23:32:51 -06:00
doublespeak_spec_helper.rb Extract a common spec helper 2015-10-07 23:32:51 -06:00
report_warnings.rb Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00
spec_helper.rb Update rspec & rspec-rails to 3.6.x 2017-09-17 17:01:50 -05:00
unit_spec_helper.rb Improve failure messages for define_enum_for 2018-01-28 00:47:44 -06:00
warnings_spy.rb Fail build if there are warnings 2015-02-09 10:48:49 -07:00