This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian
/
free_mutant
Watch
1
Star
0
Fork
You've already forked free_mutant
0
Code
Releases
Activity
7017d23157
free_mutant
/
spec
/
support
/
test_app.rb
8 lines
112 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add magic encoding header to all ruby files * rubocop still warns about this on ruby 1.9.3, so it was fixed so it produces less output on travis.
2013-07-28 19:03:06 -04:00
# encoding: utf-8
Rename Runner to Killer * Add working integration spec for rspec (mutant) killer.
2012-08-14 06:27:56 -04:00
module
TestApp
def
self
.
root
File
.
expand_path
(
'../../../test_app'
,
__FILE__
)
end
end
Copy permalink