Initial commit

This commit is contained in:
Rishi Javia 2017-06-30 09:41:21 -07:00
commit d1f0a7b7ea
15 changed files with 1518 additions and 0 deletions

9
.simplecov Normal file
View file

@ -0,0 +1,9 @@
SimpleCov.configure do
add_filter 'spec/'
add_filter 'vendor/'
add_filter do |file|
file.lines_of_code < 10
end
end
SimpleCov.start if ENV['BEAKER_VMPOOLER_COVERAGE']