We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c89a7 commit a473493Copy full SHA for a473493
lib/avatax/api.rb
@@ -1,5 +1,6 @@
1
require File.expand_path('../connection', __FILE__)
2
require File.expand_path('../request', __FILE__)
3
+require 'active_support'
4
require 'active_support/notifications'
5
require 'logger'
6
spec/spec_helper.rb
@@ -1,6 +1,5 @@
require File.expand_path('../../lib/avatax', __FILE__)
require 'rspec'
-require 'active_support'
require 'yaml'
0 commit comments