Sha256: cd3ccc6b4d142eea88f20c768eece096d639cb8eb6a50999543ebaa99b9bc064

Contents?: true

Size: 276 Bytes

Versions: 1

Compression:

Stored size: 276 Bytes

Contents

# frozen_string_literal: true

require "runger/testing/helpers"

if defined?(RSpec::Core) && RSpec.respond_to?(:configure)
  RSpec.configure do |config|
    config.include(
      Runger::Testing::Helpers,
      type: :config,
      file_path: %r{spec/configs}
    )
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
runger_config-4.0.0 lib/runger/testing.rb