Sha256: c0dd553f40c22a06e19ef75f6519d316b20cbad6fc676c5a63a9767b11b0912e
Contents?: true
Size: 201 Bytes
Versions: 1
Compression:
Stored size: 201 Bytes
Contents
describe Spree do describe ".endpoint" do it "sets and gets the API endpoint" do Spree.endpoint = "http://example.com" Spree.endpoint.should == "http://example.com" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree-wrap-0.0.2 | spec/spree_spec.rb |