It's very easy to forget to add `require 'rails_helper'` at the top of every core/plugin spec file, and omissions can cause some very confusing/sporadic errors. By setting this flag in `.rspec`, we can remove the need for `require 'rails_helper'` entirely. |
||
|---|---|---|
| .. | ||
| distributed_cache_spec.rb | ||
| jobs_spec.rb | ||
| pausable_multisite_spec.rb | ||
| pausable_spec.rb | ||
| post_spec.rb | ||
| request_tracker_spec.rb | ||
| s3_store_spec.rb | ||
| site_settings_spec.rb | ||