We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f18a0 commit 2b6d4acCopy full SHA for 2b6d4ac
Gemfile
@@ -4,6 +4,7 @@ group :development do
4
gem 'rake'
5
gem 'jeweler'
6
gem 'rspec', :require => 'spec'
7
+ gem 'rcov'
8
if RUBY_VERSION < "1.9"
9
gem 'ruby-debug'
10
else
Gemfile.lock
@@ -12,6 +12,7 @@ GEM
12
rbx-require-relative (> 0.0.4)
13
rake (0.9.2.2)
14
rbx-require-relative (0.0.5)
15
+ rcov (0.9.11)
16
rspec (2.8.0)
17
rspec-core (~> 2.8.0)
18
rspec-expectations (~> 2.8.0)
@@ -32,5 +33,6 @@ PLATFORMS
32
33
DEPENDENCIES
34
jeweler
35
rake
36
+ rcov
37
rspec
38
ruby-debug
0 commit comments