[fix]Fix route helpers in tests

This commit is contained in:
Jimmy 2021-04-30 16:20:49 +08:00 committed by CactusPuppy
parent f395f8a26e
commit d2a316d5e4
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
2 changed files with 2 additions and 5 deletions

View file

@ -123,9 +123,6 @@ RSpec.configure do |config|
# enable debugging with --only-failures
config.example_status_persistence_file_path = 'tmp/spec_failures.txt'
# include path helpers
config.include Rails.application.routes.url_helpers
end
OmniAuth.config.test_mode = true