Skip to content

Instantly share code, notes, and snippets.

@rich
Created August 18, 2008 16:28
Show Gist options
  • Select an option

  • Save rich/6008 to your computer and use it in GitHub Desktop.

Select an option

Save rich/6008 to your computer and use it in GitHub Desktop.
require 'test_helper'
class AlbumTest < ActiveSupport::TestCase
should_belong_to :profile
should_have_many :entries
should_be_taggable
should_be_commentable
should_be_slugged
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment