spec/spec_helper.rb in
smartdc-2.0.1
vs spec/spec_helper.rb in
smartdc-2.0.2
- old
+ new
@@ -1,4 +1,7 @@
+require 'simplecov'
+SimpleCov.start
+
require 'smartdc' require 'smartdc/cli' require 'vcr' VCR.configure do |config|