Sha256: 9995eba2d2f709656c3024d31ad72c9970d0e2c7a7f1abd68ec5ceb0b82493cb
Contents?: true
Size: 275 Bytes
Versions: 91
Compression:
Stored size: 275 Bytes
Contents
require '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 end
Version data entries
91 entries across 61 versions & 10 rubygems