Port route helper from EE to CE

This commit is contained in:
Lin Jen-Shin 2018-06-14 21:33:35 +08:00
parent c4a3587c77
commit cc4541e1b2
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ RSpec.configure do |config|
config.include LiveDebugger, :js
config.include MigrationsHelpers, :migration
config.include RedisHelpers
config.include Rails.application.routes.url_helpers, type: :routing
if ENV['CI']
# This includes the first try, i.e. tests will be run 4 times before failing.