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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e0afb4b021b3ee9297cd71a9e567a406a8435d3dbc3495bd44bf7d645e5c3e0
4
- data.tar.gz: 2166252b4e791614c2959a2ede845bc125d57b6368c8515b50b6bae1cdc56555
3
+ metadata.gz: '036314043582f4d12501984763da8b39cd62a36d9056749eb46ce8eae443655a'
4
+ data.tar.gz: aae1bacdf05bdd611f77ae62345a2e041eadef4330f0ab1568606d43196fb15c
5
5
  SHA512:
6
- metadata.gz: 257ad4faa8b39bf34b9840d2540f0cc152c89408b1c5ee88e68bf99ee8e835b09fcf105ed3fcd61474cc256f0ee85b65194b6871f65bd6454be5a95b5a48161f
7
- data.tar.gz: 41b1a46b1c3eb1f30d5eaa29b31656b09f78b3de68df67b373c9a78f81808dade40b547fac92adc2b369cef4f33b54e2519cdcef839a2aaa127f848e4807127d
6
+ metadata.gz: af47f814fa2a1e7267ba101d72364a0a1904a97fdeedef7fbf730ab71b51f8235bf5965a411165d23d723f1498d6e2d216ea5e8f681a6fc5b075df13d029eed9
7
+ data.tar.gz: 3d5f0250cbb6e884209dd578208eb0d79b685ba248a727e58ca68283db322da9c62b502c54d5013215967f702cd068ba9b3ed462c39a36b783bec2370fe8ab36
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -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 eq .*$/
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.5
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-03-27 00:00:00.000000000 Z
11
+ date: 2025-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec-core