Skip to content

Instantly share code, notes, and snippets.

@oguzcanhuner
Created January 21, 2013 13:26
Show Gist options
  • Save oguzcanhuner/4586025 to your computer and use it in GitHub Desktop.
Save oguzcanhuner/4586025 to your computer and use it in GitHub Desktop.
describe Robot do
subject {Robot.new(name: "Robbie")}
it "should be a robot" do
subject.name.should == "Robbie"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment