.simplecov added (for real this time :D)

This commit is contained in:
erwanlr
2013-01-17 13:43:21 +01:00
parent 30b3c7fa7b
commit 88a2838a4c

6
.simplecov Normal file
View File

@@ -0,0 +1,6 @@
SimpleCov.start do
add_filter "/spec/"
add_filter "_helper.rb"
add_filter "environment.rb"
add_filter "_plugin.rb"
end