Sha256: 4261dc36193dca2eee4c4b74937d796ac864d4db622747d67d0b0448de9f5bde

Contents?: true

Size: 185 Bytes

Versions: 7

Compression:

Stored size: 185 Bytes

Contents

require 'spec_helper'
require 'earth/locality/census_region'

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
earth-1.2.1 spec/earth/locality/census_region_spec.rb
earth-1.1.2 spec/earth/locality/census_region_spec.rb
earth-1.1.1 spec/earth/locality/census_region_spec.rb
earth-1.1.0 spec/earth/locality/census_region_spec.rb
earth-1.0.3 spec/earth/locality/census_region_spec.rb
earth-1.0.2 spec/earth/locality/census_region_spec.rb
earth-1.0.1 spec/earth/locality/census_region_spec.rb