module Rails

Public Class Methods

root() click to toggle source
# File test/test_helper.rb, line 13
def self.root
  @root ||= File.expand_path(File.join(File.dirname(__FILE__), '..', 'tmp', 'rails'))
end