Sha256: 76c1403d97a673d5a515421e83b04465d4710cd9cdc762995805882c374d0efd

Contents?: true

Size: 361 Bytes

Versions: 6

Compression:

Stored size: 361 Bytes

Contents

require "bundler/setup"
require "opale"

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

6 entries across 6 versions & 1 rubygems

Version Path
opale-0.1.31 spec/spec_helper.rb
opale-0.1.4 spec/spec_helper.rb
opale-0.1.3 spec/spec_helper.rb
opale-0.1.2 spec/spec_helper.rb
opale-0.1.1 spec/spec_helper.rb
opale-0.1.0 spec/spec_helper.rb