Sha256: 1aa495bf846145ee7a3db3176ac3a3c02c081f7eb03fb2aeaf56c50f2c669ea2
Contents?: true
Size: 425 Bytes
Versions: 46
Compression:
Stored size: 425 Bytes
Contents
require 'spec_helper' module GoTransverseTractApi RSpec.describe Product::DiscountIdentifier do before(:each) { http_auth } context ".find_by_eid" do it "returns a discount identifier for the given eid" do end end context ".find_all" do it "returns all discount identifiers" do data = described_class.find_all expect(data.count).to be >= 0 end end end end
Version data entries
46 entries across 46 versions & 1 rubygems