Skip to content

Instantly share code, notes, and snippets.

@karlseguin
Created May 16, 2011 06:25
Show Gist options
  • Save karlseguin/974008 to your computer and use it in GitHub Desktop.
Save karlseguin/974008 to your computer and use it in GitHub Desktop.
Just can't help myself...
it "deletes the leaderboard" do
leaderboard = Factory.create(:leaderboard)
Leaderboard.count.should == 1 #just can't help myself
leaderboard.destroy
Leaderboard.count.should == 0
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment