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. |
||
|---|---|---|
| .. | ||
| cached_counting_spec.rb | ||
| category_hashtag_spec.rb | ||
| has_custom_fields_spec.rb | ||
| has_search_data_spec.rb | ||
| positionable_spec.rb | ||
| searchable_spec.rb | ||
| second_factor_manager_spec.rb | ||