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.
3 lines
77 B
Ruby
3 lines
77 B
Ruby
require 'webmock/rspec'
|
|
|
|
WebMock.disable_net_connect!(allow_localhost: true)
|