Sha256: fa560cb0d3a3d6b03316ce33b228e5cce0f09ae2855893eafad1e384b6856a47
Contents?: true
Size: 619 Bytes
Versions: 3
Compression:
Stored size: 619 Bytes
Contents
# frozen_string_literal: true ENV['RAILS_ENV'] ||= 'test' require 'coveralls' Coveralls.wear! require 'engine_cart' EngineCart.load_application! require 'active_fedora' require 'active_fedora/noid' require 'byebug' unless ENV['CI'] Dir[File.dirname(__FILE__) + '/support/**/*.rb'].each { |f| require f } # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
active_fedora-noid-2.0.1 | spec/spec_helper.rb |
active_fedora-noid-2.0.0 | spec/spec_helper.rb |
active_fedora-noid-2.0.0.beta6 | spec/spec_helper.rb |