Sha256: 2986c83be61568c97a5303e9f1dbde1c6b4633096f353528eeab081a40bd52c7

Contents?: true

Size: 368 Bytes

Versions: 4

Compression:

Stored size: 368 Bytes

Contents

# frozen_string_literal: true

require "oscal"

RSpec.configure do |config|
  # 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

4 entries across 4 versions & 1 rubygems

Version Path
oscal-0.2.3 spec/spec_helper.rb
oscal-0.2.2 spec/spec_helper.rb
oscal-0.2.0 spec/spec_helper.rb
oscal-0.1.1 spec/spec_helper.rb