Commit ee4175b1 authored by Gabor Nagy's avatar Gabor Nagy

Use simplecov for development.

parent ca425566
......@@ -3,6 +3,9 @@ ROOT_PATH = File.expand_path(File.join(File.dirname(__FILE__), ".."))
if ENV['TRAVIS']
require 'coveralls'
Coveralls.wear!
else
require 'simplecov'
SimpleCov.start
end
require 'vcr'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment