Skip to content

Commit

Permalink
Merge pull request #140 from boomerdigital/vcr
Browse files Browse the repository at this point in the history
Update VCR cassettes
  • Loading branch information
aldesantis authored Sep 4, 2019
2 parents 5af4d3b + 3b74323 commit 216d88c
Show file tree
Hide file tree
Showing 129 changed files with 5,402 additions and 7,250 deletions.
2 changes: 1 addition & 1 deletion spec/factories/avalara_factories.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}
],
customerCode: 1,
companyCode: '54321',
companyCode: 'DEFAULT',
customerUsageType: nil,
exemptionNo: nil,
referenceCode: 'R250707809',
Expand Down
6 changes: 3 additions & 3 deletions spec/support/avatax_config_preferences.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ def self.set_preferences
Spree::Avatax::Config.reset

Spree::Avatax::Config.configure do |config|
config.company_code = '0' unless config.company_code.present?
config.license_key = '12345' unless config.license_key.present?
config.account = '[email protected]' unless config.account.present?
config.company_code = 'DEFAULT'
config.license_key = '12345'
config.account = '12345'

config.refuse_checkout_address_validation_error = false
config.log_to_stdout = false
Expand Down
2 changes: 1 addition & 1 deletion spec/support/vcr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
config.configure_rspec_metadata!
config.default_cassette_options = {
match_requests_on: [:method],
record: :new_episodes,
record: :none,
allow_playback_repeats: true,
}
end

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Loading

0 comments on commit 216d88c

Please sign in to comment.