spec/test_app/config/application.rb in hyper-mesh-0.5.3 vs spec/test_app/config/application.rb in hyper-mesh-0.5.4

- old
+ new

@@ -13,18 +13,20 @@ class Application < Rails::Application config.action_cable.allowed_request_origins = [/http\:\/\/127\.0\.0\.1\:[0-9]*/] config.eager_load_paths += %W(#{config.root}/app/models/public) config.autoload_paths += %W(#{config.root}/app/models/public) config.assets.paths << ::Rails.root.join('app', 'models').to_s + config.hyperloop.auto_config = false config.opal.method_missing = true config.opal.optimized_operators = true config.opal.arity_check = false config.opal.const_missing = true config.opal.dynamic_require_severity = :ignore config.opal.enable_specs = true config.opal.spec_location = 'spec-opal' config.assets.cache_store = :null_store + config.hyperloop.auto_config = false # Settings in config/environments/* take precedence over those specified here. # Application configuration should go into files in config/initializers # -- all .rb files in that directory are automatically loaded. # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.