free_mutant/spec/support/test_app.rb
2018-09-12 13:15:43 +00:00

7 lines
130 B
Ruby

# frozen_string_literal: true
module TestApp
def self.root
File.expand_path('../../test_app', __dir__)
end
end # TestApp