Sha256: 30d918a16c7b450b03e62b8d2abecf47e57f582122d0f6b7462ea0f58a6a4f88

Contents?: true

Size: 219 Bytes

Versions: 3

Compression:

Stored size: 219 Bytes

Contents

require 'spec_helper'
require 'earth/air/bts_aircraft'

describe BtsAircraft do
  describe 'Sanity check', :sanity => true do
    it 'should have all the data' do
      BtsAircraft.count.should == 378
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
earth-1.0.3 spec/earth/air/bts_aircraft_spec.rb
earth-1.0.2 spec/earth/air/bts_aircraft_spec.rb
earth-1.0.1 spec/earth/air/bts_aircraft_spec.rb