rspec_trunk_flaky_tests 0.7.5-aarch64-linux → 0.7.6-aarch64-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 +3 -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: '036314043582f4d12501984763da8b39cd62a36d9056749eb46ce8eae443655a'
|
4
|
+
data.tar.gz: aae1bacdf05bdd611f77ae62345a2e041eadef4330f0ab1568606d43196fb15c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af47f814fa2a1e7267ba101d72364a0a1904a97fdeedef7fbf730ab71b51f8235bf5965a411165d23d723f1498d6e2d216ea5e8f681a6fc5b075df13d029eed9
|
7
|
+
data.tar.gz: 3d5f0250cbb6e884209dd578208eb0d79b685ba248a727e58ca68283db322da9c62b502c54d5013215967f702cd068ba9b3ed462c39a36b783bec2370fe8ab36
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/trunk_spec_helper.rb
CHANGED
@@ -4,6 +4,8 @@ require 'rspec/core'
|
|
4
4
|
require 'time'
|
5
5
|
require 'context_ruby'
|
6
6
|
|
7
|
+
# String is an override to the main String class that is used to colorize the output
|
8
|
+
# it is used to make the output more readable
|
7
9
|
class String
|
8
10
|
def colorize(color_code)
|
9
11
|
"\e[#{color_code}m#{self}\e[0m"
|
@@ -27,7 +29,7 @@ def escape(str)
|
|
27
29
|
end
|
28
30
|
|
29
31
|
def description_generated?(example)
|
30
|
-
auto_generated_exp = /^\s?is expected to
|
32
|
+
auto_generated_exp = /^\s?is expected to .*$/
|
31
33
|
full_description = example.full_description
|
32
34
|
parent_description = example.example_group.description
|
33
35
|
checked_description = full_description.sub(parent_description, '')
|
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.7.
|
4
|
+
version: 0.7.6
|
5
5
|
platform: aarch64-linux
|
6
6
|
authors:
|
7
7
|
- Trunk Technologies, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec-core
|