Skip to content

Instantly share code, notes, and snippets.

@arunthampi
Created April 6, 2010 13:16
Show Gist options
  • Save arunthampi/357574 to your computer and use it in GitHub Desktop.
Save arunthampi/357574 to your computer and use it in GitHub Desktop.
class CompetitionTest < ActiveSupport::TestCase
# Of course, you define a factory for Competition using FactoryGirl
# (outside the scope of this Gist)
subject { Factory(:competition) }
should_validate_uniqueness_of :permalink
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment