Sha256: ad708a827bdb14adf38f4c6d83ae8c16a9a3c64a7080f3a9f8ef7c2dd5508e31

Contents?: true

Size: 497 Bytes

Versions: 3

Compression:

Stored size: 497 Bytes

Contents

require 'correios-sro-xml'
require 'fakeweb'

# 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.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
end

FakeWeb.allow_net_connect = false

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
correios-sro-xml-0.0.4 spec/spec_helper.rb
correios-sro-xml-0.0.3 spec/spec_helper.rb
correios-sro-xml-0.0.2 spec/spec_helper.rb