Sha256: 32b7fd4411eabc084bf815bd43fe1ce035da549211bc94a504fce793129d828a

Contents?: true

Size: 267 Bytes

Versions: 3

Compression:

Stored size: 267 Bytes

Contents

Inferno::Application.register_provider(:executor) do
  prepare do
    target_container.start :logging

    require 'oj'
    require 'blueprinter'

    Blueprinter.configure do |config|
      config.generator = Oj
    end

    target_container.start :suites
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
inferno_core-0.5.1 lib/inferno/config/boot/executor.rb
inferno_core-0.5.0 lib/inferno/config/boot/executor.rb
inferno_core-0.4.44 lib/inferno/config/boot/executor.rb