Sha256: 56e4e5ce786357a51eaf900ce25ce0a7173ad1680d57a42df48836225967700c

Contents?: true

Size: 607 Bytes

Versions: 5

Compression:

Stored size: 607 Bytes

Contents

require 'correios-sro-xml'
require 'coveralls'
require 'vcr'
require 'support/fixture'

Coveralls.wear!

# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
  config.order = "random"
end

VCR.configure do |config|
  config.default_cassette_options = { :match_requests_on => [:uri, :method, :body] }
  config.cassette_library_dir = 'spec/fixtures/cassettes'
  config.hook_into :webmock
  config.configure_rspec_metadata!
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
correios-sro-xml-0.4.0 spec/spec_helper.rb
correios-sro-xml-0.3.1 spec/spec_helper.rb
correios-sro-xml-0.3.0 spec/spec_helper.rb
correios-sro-xml-0.2.1 spec/spec_helper.rb
correios-sro-xml-0.2.0 spec/spec_helper.rb