Sha256: 9e98f655194fe5e4ffb04c3f1aa392a40eb8a33151287c45c9f2d57cb1e4d828
Contents?: true
Size: 180 Bytes
Versions: 30
Compression:
Stored size: 180 Bytes
Contents
require 'test_helper' class TeamTest < ActiveSupport::TestCase fixtures :teams test "michigan exists" do t = Team.find_by_short_name('UM') assert_not_nil t end end
Version data entries
30 entries across 30 versions & 1 rubygems