spec/spec_helper.rb in shuttle-deploy-0.2.0.beta1 vs spec/spec_helper.rb in shuttle-deploy-0.2.0.beta2
- old
+ new
@@ -1,6 +1,8 @@
require 'simplecov'
-SimpleCov.start
+SimpleCov.start do
+ add_filter "/spec/"
+end
$:.unshift File.expand_path("../..", __FILE__)
require 'lib/shuttle'
\ No newline at end of file