Sha256: 1fee539764b4d3f258aa6fecf4602e36ccbd654ea11aa8bf017959e82125df09
Contents?: true
Size: 311 Bytes
Versions: 47
Compression:
Stored size: 311 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 should_fail do should_protect_attributes :name end end
Version data entries
47 entries across 47 versions & 11 rubygems