spec/spec_helper.rb in harvestdor-0.3.1 vs spec/spec_helper.rb in harvestdor-0.3.2
- old
+ new
@@ -1,6 +1,6 @@
-require 'coveralls'
-Coveralls.wear!
+require 'simplecov'
+SimpleCov.start
require 'vcr'
VCR.configure do |c|
c.cassette_library_dir = 'spec/fixtures/vcr_cassettes'
\ No newline at end of file