diff options
Diffstat (limited to 'spec/super_good/solidus_taxjar_spec.rb')
-rw-r--r-- | spec/super_good/solidus_taxjar_spec.rb | 5 |
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 |