0
0
Fork 0

add simplecov to get metrics

This only works with MRI, but should be good enough.
This commit is contained in:
Gibheer 2012-11-20 20:36:25 +01:00
parent 926775f029
commit 495d8f6503
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
unless RUBY_ENGINE == 'rbx' then
require 'simplecov'
SimpleCov.start do
add_filter '_spec.rb'
end
end
require 'rack'
require 'zero/all'