Sha256: ca6bc4598635aed4459c669cc6fae4319a62ec8eb6a130033636b026b3bd039e
Contents?: true
Size: 251 Bytes
Versions: 1
Compression:
Stored size: 251 Bytes
Contents
require File.dirname(__FILE__) + '/../test_helper' class TagTest < Test::Unit::TestCase should_have_many :taggings, :dependent => :destroy should_have_many :posts should_ensure_length_at_least :name, 2 should_protect_attributes :secret end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
technicalpickles-shoulda-2.0.0 | test/unit/tag_test.rb |