Sha256: 73555e01858d472097003e92812186870765c9ed3330d3c359de05d8d04b327d

Contents?: true

Size: 188 Bytes

Versions: 7

Compression:

Stored size: 188 Bytes

Contents

require 'spec_helper'
require 'earth/hospitality/lodging_class'

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
earth-1.2.1 spec/earth/hospitality/lodging_class_spec.rb
earth-1.1.2 spec/earth/hospitality/lodging_class_spec.rb
earth-1.1.1 spec/earth/hospitality/lodging_class_spec.rb
earth-1.1.0 spec/earth/hospitality/lodging_class_spec.rb
earth-1.0.3 spec/earth/hospitality/lodging_class_spec.rb
earth-1.0.2 spec/earth/hospitality/lodging_class_spec.rb
earth-1.0.1 spec/earth/hospitality/lodging_class_spec.rb