mynyml-redgreen 0.5.1 → 0.5.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 +5 -9
- data/redgreen.gemspec +1 -1
- metadata +1 -1
data/README
CHANGED
|
@@ -7,20 +7,16 @@ passed or failed.
|
|
|
7
7
|
|
|
8
8
|
Red if a test failed, Green if all tests passed. Simple.
|
|
9
9
|
|
|
10
|
+
=== Install
|
|
11
|
+
|
|
12
|
+
gem install mynyml-redgreen --source http://gemcutter.org
|
|
10
13
|
|
|
11
14
|
==== Usage
|
|
12
15
|
|
|
13
16
|
require 'redgreen'
|
|
14
17
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
Place it in your test file (or test_helper.rb), and run your suite.
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
==== Install
|
|
21
|
-
|
|
22
|
-
gem install mynyml-redgreen --source http://gems.github.com/
|
|
23
|
-
|
|
18
|
+
That's all you need. Place this require in your test file (or test_helper.rb),
|
|
19
|
+
and run your suite.
|
|
24
20
|
|
|
25
21
|
==== Testing Framework Compatibility
|
|
26
22
|
|
data/redgreen.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'mynyml-redgreen'
|
|
3
|
-
s.version = '0.5.
|
|
3
|
+
s.version = '0.5.2'
|
|
4
4
|
s.summary = "Standalone redgreen eye candy for test results, ala autotest"
|
|
5
5
|
s.description = "Standalone redgreen eye candy for test results, ala autotest."
|
|
6
6
|
s.author = "Martin Aumont"
|