Sha256: 60251c101523a9e1930b86ca3308b4b69adc7e74905f9da23b6bd4abf785066f

Contents?: true

Size: 289 Bytes

Versions: 9

Compression:

Stored size: 289 Bytes

Contents

require 'rspec'
require 'ruby-debug'
require 'afipws'
require 'savon_spec'

Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each { |f| require f }

RSpec.configure do |config|
  config.include Savon::Spec::Macros
end

Savon::Spec::Fixture.path = File.expand_path("../fixtures", __FILE__)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
afipws-0.1.8 spec/spec_helper.rb
afipws-0.1.7 spec/spec_helper.rb
afipws-0.1.6 spec/spec_helper.rb
afipws-0.1.4 spec/spec_helper.rb
afipws-0.1.3 spec/spec_helper.rb
afipws-0.1.2 spec/spec_helper.rb
afipws-0.1.1 spec/spec_helper.rb
afipws-0.1.0 spec/spec_helper.rb
afipws-0.0.1 spec/spec_helper.rb