flatware-cucumber 2.3.2 → 2.3.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c587c5ee8b0e768dda81f7683dc434874c18fd90f67c99b9a8add184fb727f6c
|
4
|
+
data.tar.gz: 7ceff12e7da071957cfb6d500f1283df6deb4608475e76d0fdbda54afab07adb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a6be18a77f425a5c69b2717b5f80d4c7d3626787bf582a62cbc51b601267b36091f32830c64d708b3d8f05a4271cf4cb42cf56fd83e055bd9c36852d7040c76
|
7
|
+
data.tar.gz: e6aa4744fbd5336a6360ddab3ea38a1f0824f8d1db521f3071394dd06ae9fd9eb2f3f7b939f44e0a7baf0fbd9d9819a0b59f51bb4e6dde0a4fd12226f02b3930
|
data/README.md
CHANGED
@@ -40,7 +40,10 @@ $ flatware rspec
|
|
40
40
|
|
41
41
|
The rspec runner can balance worker loads, making your suite even faster.
|
42
42
|
|
43
|
-
It forms balanced groups of spec files according to their last run times, if
|
43
|
+
It forms balanced groups of spec files according to their last run times, if
|
44
|
+
you've set `example_status_persistence_file_path` in your [RSpec config].
|
45
|
+
|
46
|
+
[RSpec config]: https://rspec.info/features/3-13/rspec-core/command-line/only-failures/
|
44
47
|
|
45
48
|
For this to work the configuration option must be loaded before any specs are run. The `.rspec` file is one way to achieve this:
|
46
49
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flatware-cucumber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brian Dunn
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 2.3.
|
33
|
+
version: 2.3.3
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 2.3.
|
40
|
+
version: 2.3.3
|
41
41
|
description: A distributed cucumber runner
|
42
42
|
email: brian@hashrocket.com
|
43
43
|
executables: []
|
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
79
79
|
- !ruby/object:Gem::Version
|
80
80
|
version: '0'
|
81
81
|
requirements: []
|
82
|
-
rubygems_version: 3.
|
82
|
+
rubygems_version: 3.5.17
|
83
83
|
signing_key:
|
84
84
|
specification_version: 4
|
85
85
|
summary: A distributed cucumber runner
|