Sha256: c6af87cf7e6d6aa0f30cece397aeee255aa926acfd5ace7945b3368862d97a12
Contents?: true
Size: 268 Bytes
Versions: 15
Compression:
Stored size: 268 Bytes
Contents
module ActiveSupport #:nodoc: class TestCase # Resets the fixtures to the new path def self.reset_fixture_path(path) self.fixture_table_names = [] self.fixture_class_names = {} self.fixture_path = path fixtures :all end end end
Version data entries
15 entries across 15 versions & 1 rubygems