Sha256: 2b028bc05581d66bb92f4eea20dcd0dc3446829f9ff96d689e9c909dd7ed24ba

Contents?: true

Size: 426 Bytes

Versions: 1

Compression:

Stored size: 426 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', '..', 'spec_helper'))
require 'meac_control/command/inlet_temp'

describe MEACControl::Command::InletTemp do
  before(:each) do
    @cmd = MEACControl::Command::InletTemp.new
  end

  it_should_behave_like "a class that includes MEACControl::Command::Generic"

  it "has set the command to 'InletTemp'" do
    @cmd.command.should == 'InletTemp'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
meac_control-1.0.0 spec/lib/meac_control/command/inlet_temp_spec.rb