Sha256: 3b43872b7e38e4e83d5d4c5f46034ab760b74748feba59e43a37dfbb5502fa7c

Contents?: true

Size: 277 Bytes

Versions: 3

Compression:

Stored size: 277 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

3 entries across 3 versions & 1 rubygems

Version Path
runger_config-5.2.0 lib/runger/testing.rb
runger_config-5.1.0 lib/runger/testing.rb
runger_config-5.0.0 lib/runger/testing.rb