Sha256: f2e20127c3c11ca0e264bef318d3fb28873eb690fa319596b3f1d10e73e4e13a

Contents?: true

Size: 410 Bytes

Versions: 15

Compression:

Stored size: 410 Bytes

Contents

require 'byebug'

require 'civicrm'
require 'support/civicrm'
require 'support/civicrm_responses'
require 'support/test_matchers'

RSpec.configure do |config|
  include CiviCrm::TestResponses

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

  config.expect_with :rspec do |expectations|
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
civicrm-1.3.7 spec/spec_helper.rb
civicrm-1.3.6 spec/spec_helper.rb
civicrm-1.3.5 spec/spec_helper.rb
civicrm-1.3.4 spec/spec_helper.rb
civicrm-1.3.3 spec/spec_helper.rb
civicrm-1.3.2 spec/spec_helper.rb
civicrm-1.3.1 spec/spec_helper.rb
civicrm-1.2.5 spec/spec_helper.rb
civicrm-1.2.2 spec/spec_helper.rb
civicrm-1.2.1 spec/spec_helper.rb
civicrm-1.2.0 spec/spec_helper.rb
civicrm-1.1.1 spec/spec_helper.rb
civicrm-1.1.0 spec/spec_helper.rb
civicrm-1.0.7 spec/spec_helper.rb
civicrm-1.0.6 spec/spec_helper.rb