summaryrefslogtreecommitdiff
path: root/spec/super_good/solidus_taxjar_spec.rb
blob: 6195fff5b19f4d13073252016fa6ff4aed50aa64 (plain)
1
2
3
4
5
RSpec.describe SuperGood::SolidusTaxJar do
  it "has a version number" do
    expect(SuperGood::SolidusTaxJar::VERSION).not_to be nil
  end
end