Sha256: 20a626226ea4d9953483e74dadd88d62453a7b1022327289512246197e0ec057

Contents?: true

Size: 379 Bytes

Versions: 2

Compression:

Stored size: 379 Bytes

Contents

# frozen_string_literal: true

require 'factory_bot_rails'

FactoryBot.find_definitions

RSpec.configure do |config|
  config.include FactoryBot::Syntax::Methods
  config.expect_with :rspec do |expectations|
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end

  config.mock_with :rspec do |mocks|
    mocks.verify_partial_doubles = true
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yaw-0.0.2 spec/spec_helper.rb
yaw-0.0.1 spec/spec_helper.rb