Sha256: 0f50090d13c86688e00d63819325aaccb708c23be6962c480baf9fa4d466d974

Contents?: true

Size: 330 Bytes

Versions: 7

Compression:

Stored size: 330 Bytes

Contents

require 'spec_helper'
require 'earth/residence/clothes_machine_use'

describe ClothesMachineUse do
  describe "Sanity check", :sanity => true do
    it { ClothesMachineUse.count.should == 5 }
    
    # spot check
    it { ClothesMachineUse.first.annual_energy_from_electricity_for_clothes_driers.should == 2087260000 }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
earth-1.2.1 spec/earth/residence/clothes_machine_use_spec.rb
earth-1.1.2 spec/earth/residence/clothes_machine_use_spec.rb
earth-1.1.1 spec/earth/residence/clothes_machine_use_spec.rb
earth-1.1.0 spec/earth/residence/clothes_machine_use_spec.rb
earth-1.0.3 spec/earth/residence/clothes_machine_use_spec.rb
earth-1.0.2 spec/earth/residence/clothes_machine_use_spec.rb
earth-1.0.1 spec/earth/residence/clothes_machine_use_spec.rb