This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
discourse
Watch
3
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2024-11-25 18:30:26 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3c6ef38309
discourse
/
.rspec
2 lines
25 B
Plaintext
Raw
Normal View
History
Unescape
Escape
DEV: Automatically require 'rails_helper' in all specs (#16077) 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.
2022-03-01 11:50:50 -06:00
--require 'rails_helper'
Reference in New Issue
Copy Permalink