summaryrefslogtreecommitdiff
path: root/spec/super_good
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-01-09 17:25:23 -0800
committerJared Norman <jared@super.gd>2019-01-09 17:25:23 -0800
commit7d087214aaf111dc9ca20ff372c96e10541a418f (patch)
treed42a4c93eaf821628e40fd03856ce87611d0fe4f /spec/super_good
parent59465ffdaa0e825993fa69dae0af28ee476a06c5 (diff)
Rename method
Diffstat (limited to 'spec/super_good')
-rw-r--r--spec/super_good/solidus_taxjar/api_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/super_good/solidus_taxjar/api_spec.rb b/spec/super_good/solidus_taxjar/api_spec.rb
index cd455dc..90cd2d1 100644
--- a/spec/super_good/solidus_taxjar/api_spec.rb
+++ b/spec/super_good/solidus_taxjar/api_spec.rb
@@ -1,8 +1,8 @@
require 'spec_helper'
RSpec.describe SuperGood::SolidusTaxJar::API do
- describe "#order_tax_for" do
- subject { api.order_tax_for order }
+ describe "#tax_for" do
+ subject { api.tax_for order }
let(:api) do
described_class.new(taxjar_client: dummy_client)