Skip to content

Commit

Permalink
Adds rcov to gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Winfield Peterson committed Jan 7, 2012
1 parent c7f18a0 commit 2b6d4ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -4,6 +4,7 @@ group :development do
gem 'rake'
gem 'jeweler'
gem 'rspec', :require => 'spec'
gem 'rcov'
if RUBY_VERSION < "1.9"
gem 'ruby-debug'
else
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -12,6 +12,7 @@ GEM
rbx-require-relative (> 0.0.4)
rake (0.9.2.2)
rbx-require-relative (0.0.5)
rcov (0.9.11)
rspec (2.8.0)
rspec-core (~> 2.8.0)
rspec-expectations (~> 2.8.0)
Expand All @@ -32,5 +33,6 @@ PLATFORMS
DEPENDENCIES
jeweler
rake
rcov
rspec
ruby-debug

0 comments on commit 2b6d4ac

Please sign in to comment.