Navigation Menu

Skip to content

Commit

Permalink
added coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Rushgrove committed Sep 13, 2011
1 parent 00af953 commit e6f9730
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -5,4 +5,5 @@ pkg/*
.DS_Store
*.pyc
*.pyo
.venv
.venv
coverage
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -3,3 +3,5 @@ source "http://rubygems.org"
# Specify your gem's dependencies in ..gemspec
gemspec

gem 'simplecov'
gem 'simplecov-rcov'
6 changes: 6 additions & 0 deletions test/govspeak_test.rb
@@ -1,3 +1,9 @@
require 'simplecov'
require 'simplecov-rcov'

SimpleCov.start
SimpleCov.formatter = SimpleCov::Formatter::RcovFormatter

require 'test_helper'

class GovspeakTest < Test::Unit::TestCase
Expand Down

0 comments on commit e6f9730

Please sign in to comment.