Sha256: 4d649b31ac529139dbdcfe21c1d91d82ffed190e88fe5973cf108ae17a9d6627
Contents?: true
Size: 305 Bytes
Versions: 3
Compression:
Stored size: 305 Bytes
Contents
require File.expand_path('../abstract_unit', __FILE__) class TaggingTest < ActiveSupport::TestCase def test_tag assert_equal tags(:good), taggings(:jonathan_sky_good).tag end def test_taggable assert_equal posts(:jonathan_sky), taggings(:jonathan_sky_good).taggable end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
bborn-acts_as_taggable_on_steroids-2.0.beta3 | test/tagging_test.rb |
bborn-acts_as_taggable_on_steroids-2.0.beta2 | test/tagging_test.rb |
acts_as_taggable3-2.0.beta2 | test/tagging_test.rb |