blob: 50cce2081a8e73ebd2b2429af90bc007db4b7ce5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
$: << File.expand_path("test", COMPONENT_ROOT)
require File.expand_path("../../load_paths", __FILE__)
require "rails/test_unit/minitest_plugin"
module Rails
# Necessary to get rerun-snippts working.
def self.root
@root ||= Pathname.new(COMPONENT_ROOT)
end
end
|