Sha256: eadafce7f86f07e3a9cd43b40086748e2072abeb9b2592b5d9f428142c387799
Contents?: true
Size: 272 Bytes
Versions: 3
Compression:
Stored size: 272 Bytes
Contents
require 'test_helper' 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