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
f70dc6703f
free_mutant
/
test_app
/
lib
/
test_app.rb
8 lines
99 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
Add a sample application to mutate in integration tests
2012-08-09 14:04:03 -04:00
# Namespace for test application
module
TestApp
end
require
'test_app/literal'
Copy permalink