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-27 11:20:57 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fd294a60cf
discourse
/
.rspec
3 lines
34 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial release of Discourse
2013-02-05 13:16:51 -06:00
--colour
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