summaryrefslogtreecommitdiff
path: root/spec/super_good
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2018-12-30 15:53:31 -0800
committerJared Norman <jared@super.gd>2018-12-30 16:11:29 -0800
commitbe044a6bbc2bca4f36d6f94968602cb148659e6c (patch)
tree456c8582debebcfbe87442e61c63b38ede7117d0 /spec/super_good
Initial commit
Diffstat (limited to 'spec/super_good')
-rw-r--r--spec/super_good/solidus_taxjar_spec.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/super_good/solidus_taxjar_spec.rb b/spec/super_good/solidus_taxjar_spec.rb
new file mode 100644
index 0000000..6195fff
--- /dev/null
+++ b/spec/super_good/solidus_taxjar_spec.rb
@@ -0,0 +1,5 @@
+RSpec.describe SuperGood::SolidusTaxJar do
+ it "has a version number" do
+ expect(SuperGood::SolidusTaxJar::VERSION).not_to be nil
+ end
+end