0
0
Fork 0

SimpleCov runs on latest rbx head

This commit is contained in:
Gibheer 2012-11-24 15:14:59 +01:00
parent bffdca6cb1
commit 82bafca46c
1 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,7 @@
unless RUBY_ENGINE == 'rbx' then
require 'simplecov'
SimpleCov.start do
add_filter '_spec.rb'
end
require 'simplecov'
SimpleCov.start do
add_filter '_spec.rb'
add_filter 'spec_helper.rb'
end
require 'rack'