Correct bug preventing bess from being tested
This commit is contained in:
parent
6b31e2020d
commit
d3c0885060
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
# License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
|
||||
# Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE
|
||||
require "active_support"
|
||||
require "active_support/rails"
|
||||
require "active_support/core_ext/numeric/time" # we need this becuase 20.minutes isn't loaded otherwise?
|
||||
|
||||
module Houdini
|
||||
class Engine < ::Rails::Engine
|
||||
config.houdini = ActiveSupport::OrderedOptions.new
|
||||
|
|
Loading…
Reference in a new issue