flatware-cucumber 2.3.1 → 2.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -3
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2c168afa4eab8c03507ce2da5e9fcd3489691025d50f019b112528038dc817b4
4
- data.tar.gz: 3730dbdbf70dbcd9506a9373111ee9302783d032d4b6d16131e9b64aa075a037
3
+ metadata.gz: c587c5ee8b0e768dda81f7683dc434874c18fd90f67c99b9a8add184fb727f6c
4
+ data.tar.gz: 7ceff12e7da071957cfb6d500f1283df6deb4608475e76d0fdbda54afab07adb
5
5
  SHA512:
6
- metadata.gz: ef6706142a433f74d1683916bdd8929744e03421c629d711200f6514438a92d14e8ecdb4d18b37625764e15da8789a5fa24c03e164b0504ef02b516effcbb74a
7
- data.tar.gz: 5cc6b0b9ac563994ab8b47f7cc161f0d7f5f9c731f64d072eae63a46d74dd47123aa9576304ffffcd65f80a28ad6dad3568abdc25cf8019449980bf0d7963e27
6
+ metadata.gz: 8a6be18a77f425a5c69b2717b5f80d4c7d3626787bf582a62cbc51b601267b36091f32830c64d708b3d8f05a4271cf4cb42cf56fd83e055bd9c36852d7040c76
7
+ data.tar.gz: e6aa4744fbd5336a6360ddab3ea38a1f0824f8d1db521f3071394dd06ae9fd9eb2f3f7b939f44e0a7baf0fbd9d9819a0b59f51bb4e6dde0a4fd12226f02b3930
data/README.md CHANGED
@@ -40,13 +40,16 @@ $ flatware rspec
40
40
 
41
41
  The rspec runner can balance worker loads, making your suite even faster.
42
42
 
43
- It forms balaced groups of spec files according to their last run times, if you've set `example_status_persistence_file_path` [in your RSpec config](https://relishapp.com/rspec/rspec-core/v/3-8/docs/command-line/only-failures).
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].
44
45
 
45
- For this to work the configuration option must be loaded before any specs are run. The `.rspec` file is one way to achive this:
46
+ [RSpec config]: https://rspec.info/features/3-13/rspec-core/command-line/only-failures/
47
+
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
 
47
50
  --require spec_helper
48
51
 
49
- But beware, if you're using ActiveRecord in your suite you'll need to avoid doing things that cause it to establish a database connection in `spec_helper.rb`. If ActiveRecord connects before flatware forks off workers, each will die messily. All of this will just work if you're following [the recomended pattern of splitting your helpers into `spec_helper` and `rails_helper`](https://github.com/rspec/rspec-rails/blob/v3.8.2/lib/generators/rspec/install/templates/spec/rails_helper.rb). Another option is to use [the configurable hooks](
52
+ But beware, if you're using ActiveRecord in your suite you'll need to avoid doing things that cause it to establish a database connection in `spec_helper.rb`. If ActiveRecord connects before flatware forks off workers, each will die messily. All of this will just work if you're following [the recommended pattern of splitting your helpers into `spec_helper` and `rails_helper`](https://github.com/rspec/rspec-rails/blob/v3.8.2/lib/generators/rspec/install/templates/spec/rails_helper.rb). Another option is to use [the configurable hooks](
50
53
  #faster-startup-with-activerecord
51
54
  ).
52
55
 
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.1
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-03-20 00:00:00.000000000 Z
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.1
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.1
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.4.1
82
+ rubygems_version: 3.5.17
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: A distributed cucumber runner