Sha256: 3cf1b1a2bc259f3a8731ef7d3e8ef99054b17f18d1ae9662caf2e2e295ea617a

Contents?: true

Size: 415 Bytes

Versions: 91

Compression:

Stored size: 415 Bytes

Contents

require 'test_helper'

class PostTest < ActiveSupport::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_validate_uniqueness_of :title
  should_validate_presence_of :body, :message => /wtf/
  should_validate_presence_of :title
  should_validate_numericality_of :user_id
end

Version data entries

91 entries across 61 versions & 10 rubygems

Version Path
challah-0.5.4 vendor/bundle/gems/shoulda-2.11.3/test/unit/post_test.rb
challah-0.5.3 vendor/bundle/gems/shoulda-2.11.3/test/unit/post_test.rb
challah-0.5.2 vendor/bundle/gems/shoulda-2.11.3/test/unit/post_test.rb
dirty_history-0.5.3 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/unit/post_test.rb
dirty_history-0.5.2 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/unit/post_test.rb
dirty_history-0.5.2 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/unit/post_test.rb
dirty_history-0.5.2 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/unit/post_test.rb
challah-0.5.1 vendor/bundle/gems/shoulda-2.11.3/test/unit/post_test.rb
challah-0.5.0 vendor/bundle/gems/shoulda-2.11.3/test/unit/post_test.rb
dirty_history-0.5.1 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/unit/post_test.rb
dirty_history-0.5.1 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/unit/post_test.rb
dirty_history-0.5.1 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/unit/post_test.rb
dirty_history-0.5.0 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/unit/post_test.rb
dirty_history-0.5.0 dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/unit/post_test.rb
dirty_history-0.5.0 dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/dirty_history-0.2.0/dirty_history/ruby/1.9.1/gems/shoulda-2.11.3/test/unit/post_test.rb
challah-0.4.1 vendor/bundle/gems/shoulda-2.11.3/test/unit/post_test.rb
challah-0.4.0 vendor/bundle/gems/shoulda-2.11.3/test/unit/post_test.rb
challah-0.3.5 vendor/bundle/gems/shoulda-2.11.3/test/unit/post_test.rb
faster_shoulda-2.11.4 test/unit/post_test.rb
challah-0.3.4 vendor/bundle/gems/shoulda-2.11.3/test/unit/post_test.rb