Sha256: c9f744de4f17c210f63dcc2607dc9d322a27570becf9905aa803e784d4d59208

Contents?: true

Size: 340 Bytes

Versions: 8

Compression:

Stored size: 340 Bytes

Contents

require 'helper'

describe BigCartel do
  
  describe ".store" do
    it "should be a BigCartel::Store" do
      BigCartel.store("tonkapark").should be_a BigCartel::Store
    end    
      
    it "should have id" do
      store = BigCartel.store('tonkapark')
      store.id.should == 'tonkapark'
    end
    
  end
  
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
bigcartel-0.2.1 spec/bigcartel_spec.rb
bigcartel-0.2.0 spec/bigcartel_spec.rb
bigcartel-0.1.9 spec/bigcartel_spec.rb
bigcartel-0.1.8 spec/bigcartel_spec.rb
bigcartel-0.1.7 spec/bigcartel_spec.rb
bigcartel-0.1.6 spec/bigcartel_spec.rb
bigcartel-0.1.5 spec/bigcartel_spec.rb
bigcartel-0.1.4 spec/bigcartel_spec.rb