free_mutant/spec/support/test_app.rb

6 lines
93 B
Ruby
Raw Normal View History

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