Sha256: a0f3727e680d00d1320f4ab6d9152f04697186d4e4b2e0ecf0381a3713e3ce94

Contents?: true

Size: 407 Bytes

Versions: 6

Compression:

Stored size: 407 Bytes

Contents

# frozen_string_literal: true

$LOAD_PATH.unshift(File.expand_path('../lib', __dir__))

RSpec.configure do |config|
  config.full_backtrace = true

  # true by default for RSpec 4.0
  config.shared_context_metadata_behavior = :apply_to_host_groups

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fig_tree-0.2.0 spec/spec_helper.rb
fig_tree-0.0.5 spec/spec_helper.rb
fig_tree-0.0.4 spec/spec_helper.rb
fig_tree-0.0.3 spec/spec_helper.rb
fig_tree-0.0.2 spec/spec_helper.rb
fig_tree-0.0.1 spec/spec_helper.rb