8 lines
118 B
Ruby
8 lines
118 B
Ruby
if ENV['SIMPLECOV']
|
|
require 'simplecov'
|
|
end
|
|
|
|
if ENV['COVERALLS']
|
|
require 'coveralls'
|
|
Coveralls.wear_merged!
|
|
end
|