Sha256: dced74f5ab7c98618bf8bd834124ec38d038efa04175ce1e41d9c31f29a00019

Contents?: true

Size: 199 Bytes

Versions: 7

Compression:

Stored size: 199 Bytes

Contents

require 'spec_helper'
require 'earth/automobile/automobile_model'

describe AutomobileModel do
  describe 'Sanity check', :sanity => true do
    it { AutomobileModel.count.should == 2299 }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
earth-1.2.1 spec/earth/automobile/automobile_model_spec.rb
earth-1.1.2 spec/earth/automobile/automobile_model_spec.rb
earth-1.1.1 spec/earth/automobile/automobile_model_spec.rb
earth-1.1.0 spec/earth/automobile/automobile_model_spec.rb
earth-1.0.3 spec/earth/automobile/automobile_model_spec.rb
earth-1.0.2 spec/earth/automobile/automobile_model_spec.rb
earth-1.0.1 spec/earth/automobile/automobile_model_spec.rb