Sha256: 8a2b1bb3ea61e4b053e5a57f84febc8e50173c20e65bcf4a4d8ebdf6ecd967b0
Contents?: true
Size: 332 Bytes
Versions: 2
Compression:
Stored size: 332 Bytes
Contents
# encoding: utf-8 require "spec_helper" describe Sqoot::Click do let(:client) { Sqoot::Client.new } it "should return mash list of clicks without passing any parameters", :vcr do client.clicks.equal? Hashie::Mash end it "should return an array of clicks", :vcr do client.clicks.categories.equal? Array end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sqoot-1.0.0 | spec/sqoot/click_spec.rb |
sqoot-0.0.1 | spec/sqoot/click_spec.rb |