Skip to content

Instantly share code, notes, and snippets.

@avk
Created February 21, 2009 10:34
Show Gist options
  • Save avk/67995 to your computer and use it in GitHub Desktop.
Save avk/67995 to your computer and use it in GitHub Desktop.
test "an idea should start with a rating of 3" do
idea = create_idea
idea.save!
assert idea.rating == 3
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment