added coveralls

This commit is contained in:
Joerg Reichert 2016-03-05 19:26:31 +01:00
parent af4c6e4cb4
commit 2fa90ec206
4 changed files with 26 additions and 0 deletions

View file

@ -40,6 +40,9 @@ RSpec.configure do |config|
mocks.verify_partial_doubles = true
end
require 'coveralls'
Coveralls.wear!
# The settings below are suggested to provide a good initial experience
# with RSpec, but feel free to customize to your heart's content.
=begin