Correct bug preventing bess from being tested

This commit is contained in:
Eric Schultz 2021-03-02 15:55:58 -06:00 committed by Eric Schultz
parent 6b31e2020d
commit d3c0885060

View file

@ -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