Sha256: b53bb8b9e1932cc277f6c28ba35d1263988c6bb9b7ed973e9e46ba0d15fa8e64
Contents?: true
Size: 445 Bytes
Versions: 48
Compression:
Stored size: 445 Bytes
Contents
require File.dirname(__FILE__) + '/../test_helper' class PostTest < Test::Unit::TestCase fixtures :all should_belong_to :user should_belong_to :owner should_have_many :tags, :through => :taggings should_have_many :through_tags, :through => :taggings should_require_unique_attributes :title should_require_attributes :body, :message => /wtf/ should_require_attributes :title should_only_allow_numeric_values_for :user_id end
Version data entries
48 entries across 48 versions & 11 rubygems