Skip to content

Commit

Permalink
added simplecov for code coverage investigation
Browse files Browse the repository at this point in the history
  • Loading branch information
uu59 committed Jul 15, 2011
1 parent 7a014dd commit 717b2fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
coverage/
5 changes: 5 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -11,6 +11,11 @@
=end

unless ENV["COV"].nil?
require "simplecov"
SimpleCov.start
end

$LOAD_PATH.unshift(File.dirname(__FILE__) + "/../lib")
require "rubygems"
require "kyototycoon.rb"
Expand Down

0 comments on commit 717b2fe

Please sign in to comment.