File Manager

Path: /opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/hashie-3.5.5/spec/

Viewing File: spec_helper.rb

if ENV['CI']
  require 'simplecov'
  SimpleCov.start
end

require 'pry'

require 'rspec'
require 'hashie'
require 'rspec/pending_for'
require './spec/support/ruby_version_check'
require './spec/support/logger'

require 'active_support'
require 'active_support/core_ext'

RSpec.configure do |config|
  config.extend RubyVersionCheck
  config.expect_with :rspec do |expect|
    expect.syntax = :expect
  end
end