Sha256: ee598a8fdd7d3a05845ff2f00afd47c7299b8bb15db46f7ef55a5ce1bd9e53db

Contents?: true

Size: 169 Bytes

Versions: 5

Compression:

Stored size: 169 Bytes

Contents

require File.dirname(__FILE__) + '/../test_helper'

class CommentTest < ActiveSupport::TestCase
  should_belong_to :photo
  should_require_attributes :author, :body
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
giraffesoft-attribute_fu-0.2 test/test/unit/comment_test.rb
spree-0.4.1 vendor/plugins/attribute_fu/test/test/unit/comment_test.rb
spree-0.4.0 vendor/plugins/attribute_fu/test/test/unit/comment_test.rb
spree-0.5.0 vendor/plugins/attribute_fu/test/test/unit/comment_test.rb
spree-0.5.1 vendor/plugins/attribute_fu/test/test/unit/comment_test.rb