Sha256: 520e72e605fe73ff952bd8c66e0efc07bafa58a5c0416f3c7132aaa9079b8a4e

Contents?: true

Size: 237 Bytes

Versions: 6

Compression:

Stored size: 237 Bytes

Contents

require_relative '../../spec_helper'

module Barometer::Query
  describe Format::NoaaStationId do
    describe '.is?' do
      it 'returns false' do
        expect( Format::NoaaStationId.is?('') ).to be_false
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
barometer-0.9.7 spec/query/formats/noaa_station_id_spec.rb
barometer-0.9.6 spec/query/formats/noaa_station_id_spec.rb
barometer-0.9.5 spec/query/formats/noaa_station_id_spec.rb
barometer-0.9.4 spec/query/formats/noaa_station_id_spec.rb
barometer-0.9.3 spec/query/formats/noaa_station_id_spec.rb
barometer-0.9.2 spec/query/formats/noaa_station_id_spec.rb