Sha256: 19c526c7f183c4be99e5bc2b8ffd1aabca13fc84c9ea9b299f24a3cc9dadecef
Contents?: true
Size: 249 Bytes
Versions: 7
Compression:
Stored size: 249 Bytes
Contents
require 'test/unit' class LessForRailsTest < Test::Unit::TestCase def test_existence_of_unicorns assert 5 == 3 end def test_there_is_a_god assert true end def test_what_is_there_to_test_really assert "nothing!" end end
Version data entries
7 entries across 7 versions & 2 rubygems