Skip to content

Instantly share code, notes, and snippets.

@Porta
Created January 23, 2012 18:40
Show Gist options
  • Save Porta/1664746 to your computer and use it in GitHub Desktop.
Save Porta/1664746 to your computer and use it in GitHub Desktop.
Test
it "should reject a new task" do
task = Factory(:task)
task.reject
task.rejected.should be_true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment