Sha256: 6307bb6991a9eaa943a08217548394469d023d1978a15552e104eea9b22c49a6

Contents?: true

Size: 384 Bytes

Versions: 4

Compression:

Stored size: 384 Bytes

Contents

# frozen_string_literal: true

require 'pry'
require 'spearly'

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
spearly-sdk-ruby-0.12.3 spec/spec_helper.rb
spearly-sdk-ruby-0.11.2 spec/spec_helper.rb
spearly-sdk-ruby-0.11.1 spec/spec_helper.rb
spearly-sdk-ruby-0.11.0 spec/spec_helper.rb