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