free_mutant/spec/support/test_app.rb
2016-04-10 14:33:47 -07:00

5 lines
103 B
Ruby

module TestApp
def self.root
File.expand_path('../../../test_app', __FILE__)
end
end # TestApp