Sha256: e78482a6cf4f8df10bff7466a62f65c3ec9cf5022a753297edea67e92f0781cd
Contents?: true
Size: 384 Bytes
Versions: 2
Compression:
Stored size: 384 Bytes
Contents
require 'correios-sro-xml' require 'webmock/rspec' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. 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.order = "random" end WebMock.disable_net_connect!
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
correios-sro-xml-0.1.1 | spec/spec_helper.rb |
correios-sro-xml-0.1.0 | spec/spec_helper.rb |