Sha256: 769813a243f59e7c084f3b74ae0b7fa79492fca7df594bb9d5e068d88a8b2399

Contents?: true

Size: 219 Bytes

Versions: 4

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 == 379
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
earth-1.2.1 spec/earth/air/bts_aircraft_spec.rb
earth-1.1.2 spec/earth/air/bts_aircraft_spec.rb
earth-1.1.1 spec/earth/air/bts_aircraft_spec.rb
earth-1.1.0 spec/earth/air/bts_aircraft_spec.rb