Sha256: ab79947bdc6c70c4ab606b92e89870c33e8e163bfe2f4c4b39f30f75ba90c12d
Contents?: true
Size: 374 Bytes
Versions: 38
Compression:
Stored size: 374 Bytes
Contents
require File.dirname(__FILE__) + '/../test_helper' class TagTest < ActiveSupport::TestCase should_have_many :taggings, :dependent => :destroy should_have_many :posts should_ensure_length_at_least :name, 2 should_not_allow_mass_assignment_of :secret should_allow_mass_assignment_of :name should_fail do should_not_allow_mass_assignment_of :name end end
Version data entries
38 entries across 38 versions & 10 rubygems