Sha256: d1fc62220df4f77c80e0472c02023c22188012e6cd18b962b9e5ec90929f8480
Contents?: true
Size: 300 Bytes
Versions: 4
Compression:
Stored size: 300 Bytes
Contents
require File.dirname(__FILE__) + '/abstract_unit' 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
4 entries across 4 versions & 2 rubygems