Sha256: f86b8baa5c3c95ae4ef8e219194216130c3e781147fb0b20ffbdbdd1e235bf1c
Contents?: true
Size: 229 Bytes
Versions: 2
Compression:
Stored size: 229 Bytes
Contents
require 'spec_helper' describe Weather::Image, :vcr do let(:response) { Weather.lookup 9848 } subject { response.image } it 'should contain a string for the image url' do expect(subject.url).to be_a String end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
weather-api-1.1.1 | spec/lib/image_spec.rb |
weather-api-1.1.0 | spec/lib/image_spec.rb |