Sha256: fb85c2e455124dc029ece97e9801749737115ddd39756a082cb9d4c57458774b

Contents?: true

Size: 225 Bytes

Versions: 2

Compression:

Stored size: 225 Bytes

Contents

require_relative '../../spec_helper'

describe Barometer::Query::Format::NoaaStationId do
  describe ".is?" do
    it "returns false" do
      Barometer::Query::Format::NoaaStationId.is?("").should be_false
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
barometer-0.9.1 spec/query/formats/noaa_station_id_spec.rb
barometer-0.9.0 spec/query/formats/noaa_station_id_spec.rb