free_mutant/spec/support/test_app.rb
Markus Schirp 23ee68ac1e Rename Runner to Killer
* Add working integration spec for rspec (mutant) killer.
2012-08-14 12:27:56 +02:00

5 lines
93 B
Ruby

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