Sha256: 6f21cd06bf146e2947ebb9e8707f148c918b99543295d6d10caba6ac7752aba9
Contents?: true
Size: 440 Bytes
Versions: 13
Compression:
Stored size: 440 Bytes
Contents
require "rails" require "action_controller/railtie" require 'coverband' module Dummy class Application < Rails::Application # Coverband needs to be setup before any of the initializers to capture usage of them Coverband.configure(File.open("#{Rails.root}/config/coverband.rb")) config.middleware.use Coverband::Middleware config.before_initialize do Coverband.start end config.eager_load = false end end
Version data entries
13 entries across 13 versions & 1 rubygems