summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorGabor Nagy <mail@aigeruth.hu>2014-06-24 15:51:37 +0200
committerGabor Nagy <mail@aigeruth.hu>2014-06-24 15:51:37 +0200
commitee4175b154ab7ba035576c38222262cb6ad6966c (patch)
treead5d6cdafdbead816c173dc0c9ab4b68ffde169e /spec/spec_helper.rb
parentca425566d0266a1786019153757e283d7d246450 (diff)
downloadgitlab-shell-ee4175b154ab7ba035576c38222262cb6ad6966c.tar.gz
Use simplecov for development.
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index ea3872d..3f09f9a 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -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'