Skip to content

Instantly share code, notes, and snippets.

@brlafreniere
Created January 28, 2014 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brlafreniere/8664742 to your computer and use it in GitHub Desktop.
Save brlafreniere/8664742 to your computer and use it in GitHub Desktop.
it "has a unique title" do
@article.title = "A Simple Title"
@article.save
@duplicate = Article.new(:title => "A Simple Title")
@duplicate.valid?.should be_false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment