File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.9.1] - 2021-09-23
2
+
3
+ ### Fixed
4
+
5
+ Flaky and failed examples dependency check (#38 )
6
+
1
7
## [ 0.9.0] - 2021-09-15
2
8
3
9
### Added
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rspec-tracer (0.9.0 )
4
+ rspec-tracer (0.9.1 )
5
5
docile (~> 1.1 , >= 1.1.0 )
6
6
rspec-core (~> 3.6 , >= 3.6.0 )
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module RSpecTracer
4
- VERSION = '0.9.0 '
4
+ VERSION = '0.9.1 '
5
5
end
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
20
20
accelerator, and coverage reporter tool for RSpec. It maintains a list of
21
21
files for each test, enabling itself to skip tests in the subsequent runs
22
22
if none of the dependent files are changed. It uses Ruby's built-in coverage
23
- library to keep track of the coverage for each test
23
+ library to keep track of the coverage for each test.
24
24
DESCRIPTION
25
25
spec . license = 'MIT'
26
26
You can’t perform that action at this time.
0 commit comments