lib/kithe/engine.rb in kithe-2.0.1 vs lib/kithe/engine.rb in kithe-2.0.2
- old
+ new
@@ -9,9 +9,12 @@
# https://github.com/teoljungberg/fx/issues/33
# https://github.com/teoljungberg/fx/pull/53
require 'fx'
require 'kithe/patch_fx'
+# not auto-loaded, let's just load it for backwards compat though
+require "kithe/config_base"
+
module Kithe
class Engine < ::Rails::Engine
config.generators do |g|
g.test_framework :rspec, :fixture => false
g.fixture_replacement :factory_bot, :dir => 'spec/factories'