Commit 2b6d4ac528aeb379da5cf1feb54708d92f2c52d3
1 parent
c7f18a01
Exists in
master
Adds rcov to gemfile.
Showing
2 changed files
with
3 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -12,6 +12,7 @@ GEM |
12 | 12 | rbx-require-relative (> 0.0.4) |
13 | 13 | rake (0.9.2.2) |
14 | 14 | rbx-require-relative (0.0.5) |
15 | + rcov (0.9.11) | |
15 | 16 | rspec (2.8.0) |
16 | 17 | rspec-core (~> 2.8.0) |
17 | 18 | rspec-expectations (~> 2.8.0) |
... | ... | @@ -32,5 +33,6 @@ PLATFORMS |
32 | 33 | DEPENDENCIES |
33 | 34 | jeweler |
34 | 35 | rake |
36 | + rcov | |
35 | 37 | rspec |
36 | 38 | ruby-debug | ... | ... |