Sha256: 931546520ab05e0b3aac01671fb47edb7d557220ac151620ab7d025061c451ad
Contents?: true
Size: 401 Bytes
Versions: 12
Compression:
Stored size: 401 Bytes
Contents
require 'test/unit' module Spider class TestCase < Test::Unit::TestCase def self.standalone @standalone end def setup Spider._test_setup if self.class.standalone end def teardown Spider._test_teardown if self.class.standalone end def test_dummy end end end
Version data entries
12 entries across 12 versions & 1 rubygems