23ee68ac1e
* Add working integration spec for rspec (mutant) killer.
5 lines
93 B
Ruby
5 lines
93 B
Ruby
module TestApp
|
|
def self.root
|
|
File.expand_path('../../../test_app', __FILE__)
|
|
end
|
|
end
|