one_hundred_percent_coverage 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +9 -3
- metadata +3 -3
data/README.rdoc
CHANGED
|
@@ -8,12 +8,18 @@ gem "simplecov" and only works for Ruby 1.9 (I think).
|
|
|
8
8
|
When included in your specs, it will output the HTML report to the "coverage"
|
|
9
9
|
directory.
|
|
10
10
|
|
|
11
|
+
== INSTALL
|
|
11
12
|
|
|
12
|
-
|
|
13
|
+
In your Gemfile...
|
|
14
|
+
|
|
15
|
+
gem 'one_hundred_percent_coverage', :group => :test
|
|
16
|
+
|
|
17
|
+
On the command line...
|
|
13
18
|
|
|
14
|
-
|
|
19
|
+
gem install one_hundred_percent_coverage
|
|
15
20
|
|
|
16
|
-
|
|
21
|
+
|
|
22
|
+
== SYNOPSIS
|
|
17
23
|
|
|
18
24
|
In the spec helper (usually spec/spec_helper.rb), add...
|
|
19
25
|
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.0.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Stephen Hardisty
|
|
@@ -62,7 +62,7 @@ dependencies:
|
|
|
62
62
|
version: 2.6.1
|
|
63
63
|
type: :development
|
|
64
64
|
version_requirements: *id003
|
|
65
|
-
description:
|
|
65
|
+
description: Handy thing to ensure 100% test coverage for Ruby 1.9 projects
|
|
66
66
|
email:
|
|
67
67
|
- moowahaha@hotmail.com
|
|
68
68
|
executables: []
|