Sha256: 71a887e00ddb0a223fd9e951ac6f419d5c0f799ae1f92ee02570fb0f929c8a24

Contents?: true

Size: 477 Bytes

Versions: 3

Compression:

Stored size: 477 Bytes

Contents

# frozen_string_literal: true

require "photo_mosaic"
require "simplecov"
require "wisper/rspec/matchers"

RSpec.configure do |config|
  config.include(Wisper::RSpec::BroadcastMatcher)
  # Enable flags like --only-failures and --next-failure
  config.example_status_persistence_file_path = ".rspec_status"

  # Disable RSpec exposing methods globally on `Module` and `main`
  config.disable_monkey_patching!

  config.expect_with :rspec do |c|
    c.syntax = :expect
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
photo_mosaic-0.1.5 spec/spec_helper.rb
photo_mosaic-0.1.4 spec/spec_helper.rb
photo_mosaic-0.1.3 spec/spec_helper.rb