Sha256: 0a0c26b9285e67462b90a2fe0063725cdd3476278fd4815d99843f20f457c481
Contents?: true
Size: 152 Bytes
Versions: 66
Compression:
Stored size: 152 Bytes
Contents
require "test_helper" class TagTest < ActiveSupport::TestCase def tag @tag ||= Tag.new end def test_valid assert tag.valid? end end
Version data entries
66 entries across 66 versions & 1 rubygems