f9401cfbad
This fixes the > DEPRECATION WARNING: Initialization autoloaded the constants ActionText::ContentHelper and ActionText::TagHelper. error appearing when running specs. It also gets us closer from a newly-generated rails config.
7 lines
116 B
Ruby
7 lines
116 B
Ruby
include Warden::Test::Helpers
|
|
|
|
RSpec.configure do |config|
|
|
config.before(:all) do
|
|
Warden.test_mode!
|
|
end
|
|
end
|