Sha256: 8994e6c6c3e3e6051ad91213982f11f08d8c5a2b86796f04f98de0c43374623e

Contents?: true

Size: 364 Bytes

Versions: 5

Compression:

Stored size: 364 Bytes

Contents

require "bundler/setup"
require "stanwood"

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

5 entries across 5 versions & 1 rubygems

Version Path
stanwood-0.4.0 spec/spec_helper.rb
stanwood-0.3.0 spec/spec_helper.rb
stanwood-0.2.1 spec/spec_helper.rb
stanwood-0.2.0 spec/spec_helper.rb
stanwood-0.1.3 spec/spec_helper.rb