Sha256: 848060929148c3f9425187a786fc553ef8369f99342cfadf06297249a35c6e9d
Contents?: true
Size: 374 Bytes
Versions: 47
Compression:
Stored size: 374 Bytes
Contents
require 'spec_helper' module GoTransverseTractApi RSpec.describe Usage::ProductUsageRule do before(:each) { http_auth } context ".find_by_product_price_eid" do it "returns product usage rules for a given product price eid" do data = described_class.find_by_product_price_eid(174) expect(data.count).to be >= 0 end end end end
Version data entries
47 entries across 47 versions & 1 rubygems