Sha256: 5ccfe01dda1039adfe816abb836e1a7b6ea7b7fa64fa0b177027bdcb6e4d9ee9
Contents?: true
Size: 175 Bytes
Versions: 2
Compression:
Stored size: 175 Bytes
Contents
require 'helper' describe YellowApi do describe '.new' do it 'should return a YellowApi::Client' do YellowApi.new.should be_a YellowApi::Client end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yellow-api-wrapper-0.0.2 | spec/yellow_api_spec.rb |
yellow-api-wrapper-0.0.1 | spec/yellow_api_spec.rb |