Typhoeus::Response hack moved to hacks.rb, ignoring hacks.rb in coverage

This commit is contained in:
erwanlr
2013-03-22 18:37:28 +01:00
parent d937b20d79
commit e058b204f4
3 changed files with 17 additions and 16 deletions

View File

@@ -3,4 +3,5 @@ SimpleCov.start do
add_filter "_helper.rb"
add_filter "environment.rb"
add_filter "_plugin.rb"
add_filter "hacks.rb"
end