Sha256: 5168fdad40b967a1f41ceab7344fb9503a140ce2619616b766585dd7f0211889
Contents?: true
Size: 274 Bytes
Versions: 10
Compression:
Stored size: 274 Bytes
Contents
require File.dirname(__FILE__) + '/test_helper' class TestModelIndex < Test::Unit::TestCase def self.startup end def self.shutdown end def setup end def teardown end should_eventually 'test something' should 'be true' do assert true end end
Version data entries
10 entries across 10 versions & 1 rubygems