Skip to content

Instantly share code, notes, and snippets.

@teamon
Created August 3, 2008 15:39
Show Gist options
  • Save teamon/3828 to your computer and use it in GitHub Desktop.
Save teamon/3828 to your computer and use it in GitHub Desktop.
it "should have machine when created using machine_id" do
pending
m = Machine.create(:name => 'machineX')
a = Area.new(:machine_id => m.id)
a.machine.should == m
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment