parallel_tests 0.6.8 → 0.6.9
Sign up to get free protection for your applications and to get access to all the features.
- data/Readme.md +5 -1
- data/VERSION +1 -1
- data/lib/parallel_cucumber.rb +1 -1
- data/lib/parallel_specs.rb +1 -1
- data/parallel_tests.gemspec +1 -1
- metadata +4 -4
data/Readme.md
CHANGED
@@ -95,7 +95,7 @@ Add to your `spec/parallel_spec.opts` (or `spec/spec.opts`) :
|
|
95
95
|
--format progress
|
96
96
|
--format ParallelSpecs::SpecRuntimeLogger:tmp/parallel_profile.log
|
97
97
|
RSpec >= 2.4:
|
98
|
-
|
98
|
+
If installed as plugin: -I vendor/plugins/parallel_tests/lib
|
99
99
|
--format progress
|
100
100
|
--format ParallelSpecs::SpecRuntimeLogger --out tmp/parallel_profile.log
|
101
101
|
|
@@ -110,6 +110,7 @@ Add the following to your `spec/parallel_spec.opts` (or `spec/spec.opts`) :
|
|
110
110
|
--format progress
|
111
111
|
--format ParallelSpecs::SpecSummaryLogger:tmp/spec_summary.log
|
112
112
|
RSpec >= 2.2:
|
113
|
+
If installed as plugin: -I vendor/plugins/parallel_tests/lib
|
113
114
|
--format progress
|
114
115
|
--format ParallelSpecs::SpecSummaryLogger --out tmp/spec_summary.log
|
115
116
|
|
@@ -125,8 +126,11 @@ E.g.
|
|
125
126
|
Add the following to your `spec/parallel_spec.opts` (or `spec/spec.opts`) :
|
126
127
|
|
127
128
|
RSpec 1.x:
|
129
|
+
--format progress
|
128
130
|
--format ParallelSpecs::SpecFailuresLogger:tmp/failing_specs.log
|
129
131
|
RSpec >= 2.4:
|
132
|
+
If installed as plugin: -I vendor/plugins/parallel_tests/lib
|
133
|
+
--format progress
|
130
134
|
--format ParallelSpecs::SpecFailuresLogger --out tmp/failing_specs.log
|
131
135
|
|
132
136
|
Setup for non-rails
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.6.
|
1
|
+
0.6.9
|
data/lib/parallel_cucumber.rb
CHANGED
data/lib/parallel_specs.rb
CHANGED
data/parallel_tests.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: parallel_tests
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2011-11-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: parallel
|
16
|
-
requirement: &
|
16
|
+
requirement: &83901750 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *83901750
|
25
25
|
description:
|
26
26
|
email: grosser.michael@gmail.com
|
27
27
|
executables:
|
@@ -71,7 +71,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
71
71
|
version: '0'
|
72
72
|
segments:
|
73
73
|
- 0
|
74
|
-
hash:
|
74
|
+
hash: 784152591
|
75
75
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
76
76
|
none: false
|
77
77
|
requirements:
|