Sha256: 0d4a095b74933aa7feee58bb2b2bca412769d5ff5d9f13a645dcf68563560606

Contents?: true

Size: 266 Bytes

Versions: 7

Compression:

Stored size: 266 Bytes

Contents

require 'spec_helper'
require 'earth/computation/computation_carrier_region'

describe ComputationCarrierRegion do
  describe 'Sanity check', :sanity => true do
    it { ComputationCarrierRegion.count.should == 4 }
    
    # FIXME TODO more sanity checks
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
earth-1.2.1 spec/earth/computation/computation_carrrier_region_spec.rb
earth-1.1.2 spec/earth/computation/computation_carrrier_region_spec.rb
earth-1.1.1 spec/earth/computation/computation_carrrier_region_spec.rb
earth-1.1.0 spec/earth/computation/computation_carrrier_region_spec.rb
earth-1.0.3 spec/earth/computation/computation_carrrier_region_spec.rb
earth-1.0.2 spec/earth/computation/computation_carrrier_region_spec.rb
earth-1.0.1 spec/earth/computation/computation_carrrier_region_spec.rb