Sha256: 76da706dd9b4c7331ffa905cf1934f4fb272ba46e7b27575cfa1167dc841c6b8

Contents?: true

Size: 397 Bytes

Versions: 3

Compression:

Stored size: 397 Bytes

Contents

# frozen_string_literal: true

require 'bundler/setup'
require 'has_states'

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

3 entries across 3 versions & 1 rubygems

Version Path
stateful_models-0.0.3 spec/spec_helper.rb
stateful_models-0.0.2 spec/spec_helper.rb
stateful_models-0.0.1 spec/spec_helper.rb