mirror of
https://github.com/jimeh/redistat.git
synced 2026-02-19 13:26:39 +00:00
Add simplecov to tests
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
$LOAD_PATH.unshift(File.dirname(__FILE__))
|
||||
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||
|
||||
require 'simplecov'
|
||||
SimpleCov.start do
|
||||
add_filter '/spec'
|
||||
add_filter '/vendor'
|
||||
end
|
||||
|
||||
# require stuff
|
||||
require 'redistat'
|
||||
require 'rspec'
|
||||
|
||||
Reference in New Issue
Block a user