Skip to content

Commit 2b6d4ac

Browse files
author
Winfield Peterson
committed
Adds rcov to gemfile.
1 parent c7f18a0 commit 2b6d4ac

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ group :development do
44
gem 'rake'
55
gem 'jeweler'
66
gem 'rspec', :require => 'spec'
7+
gem 'rcov'
78
if RUBY_VERSION < "1.9"
89
gem 'ruby-debug'
910
else

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ GEM
1212
rbx-require-relative (> 0.0.4)
1313
rake (0.9.2.2)
1414
rbx-require-relative (0.0.5)
15+
rcov (0.9.11)
1516
rspec (2.8.0)
1617
rspec-core (~> 2.8.0)
1718
rspec-expectations (~> 2.8.0)
@@ -32,5 +33,6 @@ PLATFORMS
3233
DEPENDENCIES
3334
jeweler
3435
rake
36+
rcov
3537
rspec
3638
ruby-debug

0 commit comments

Comments
 (0)