Skip to content

Instantly share code, notes, and snippets.

@aclarke-iseatz
Created August 24, 2012 15:21
Show Gist options
  • Save aclarke-iseatz/3451939 to your computer and use it in GitHub Desktop.
Save aclarke-iseatz/3451939 to your computer and use it in GitHub Desktop.
require 'machine'
describe Machine do
before :each do
@machine = Machine.new
end
it "should initially have a state of :initial" do
@machine.state.should == :initial
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment