Sha256: 69d97ca3000faf033806bb12d7c3cd1d03a1a24092cc7ede208f545eb0614c01
Contents?: true
Size: 303 Bytes
Versions: 2
Compression:
Stored size: 303 Bytes
Contents
require 'bundler/setup' Bundler.setup require 'emay_soap' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
emay_soap-0.0.2 | spec/spec_helper.rb |
emay_soap-0.0.1 | spec/spec_helper.rb |