rspec_trunk_flaky_tests 0.6.14-x86_64-linux → 0.6.15-x86_64-linux
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.
- checksums.yaml +4 -4
- data/lib/context_ruby/3.0/context_ruby.so +0 -0
- data/lib/context_ruby/3.1/context_ruby.so +0 -0
- data/lib/context_ruby/3.2/context_ruby.so +0 -0
- data/lib/context_ruby/3.3/context_ruby.so +0 -0
- data/lib/context_ruby/3.4/context_ruby.so +0 -0
- data/lib/trunk_spec_helper.rb +7 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fbd5829cbd2df91046784c7aa89314cbb47775285c6168dd3418fa30ab98cc0
|
4
|
+
data.tar.gz: f399507f0110997f049013d76b58e40db33434d9ee93e25e64742e7d77bdf693
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3bc73aef2d01c0883fc78850478e99c05d1f2204c5944fed137c7f83bae245881ed4454fabeaa31bc6682823212e36be46c88a764ddb63550e70fb5c17c8075f
|
7
|
+
data.tar.gz: d90608a43d45889673d82ff3f02a1c951597b2a47bd1c99348d05648b3e7410b7868fc5072ebcf188b7c9adbeeadc4e071692a0dcf4c08108bd659489f1d7320
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/trunk_spec_helper.rb
CHANGED
@@ -45,7 +45,11 @@ module RSpec
|
|
45
45
|
class Trunk
|
46
46
|
def self.setup
|
47
47
|
RSpec.configure do |config|
|
48
|
-
|
48
|
+
if ENV['DISABLE_RSPEC_TRUNK_FLAKY_TESTS'] == 'true'
|
49
|
+
config.around(:each, &:run)
|
50
|
+
else
|
51
|
+
config.around(:each, &:run_with_trunk)
|
52
|
+
end
|
49
53
|
end
|
50
54
|
end
|
51
55
|
|
@@ -141,6 +145,8 @@ class TrunkAnalyticsListener
|
|
141
145
|
end
|
142
146
|
|
143
147
|
RSpec.configure do |c|
|
148
|
+
next if ENV['DISABLE_RSPEC_TRUNK_FLAKY_TESTS'] == 'true'
|
149
|
+
|
144
150
|
c.reporter.register_listener TrunkAnalyticsListener.new, :example_finished, :close
|
145
151
|
end
|
146
152
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec_trunk_flaky_tests
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.15
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Trunk Technologies, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec-core
|