Skip to content

Commit

Permalink
use simplecov for test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
shime committed Jun 7, 2012
1 parent 9ef00ee commit c843d1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -7,5 +7,6 @@ if true
gem 'pry'
gem 'guard'
gem 'guard-test'
gem 'simplecov'
end
end
end
2 changes: 2 additions & 0 deletions test/helper.rb
@@ -1,3 +1,5 @@
require 'simplecov'
SimpleCov.start
require 'test/unit'
require 'rubygems'

Expand Down

0 comments on commit c843d1e

Please sign in to comment.