File tree Expand file tree Collapse file tree 3 files changed +18
-13
lines changed
lib/rspec/request_snapshot Expand file tree Collapse file tree 3 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v0.7.3]
4
+
5
+ ### Added
6
+ - Added BLOCK_CREATE_SNAPSHOTS flag
7
+
3
8
## [ v0.7.2]
4
9
5
10
### Fixed
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rspec-request_snapshot (0.7.2 )
4
+ rspec-request_snapshot (0.7.3 )
5
5
rspec (~> 3.0 )
6
6
7
7
GEM
12
12
docile (1.3.1 )
13
13
json (2.1.0 )
14
14
rake (10.5.0 )
15
- rspec (3.8 .0 )
16
- rspec-core (~> 3.8 .0 )
17
- rspec-expectations (~> 3.8 .0 )
18
- rspec-mocks (~> 3.8 .0 )
19
- rspec-core (3.8.1 )
20
- rspec-support (~> 3.8 .0 )
21
- rspec-expectations (3.8.4 )
15
+ rspec (3.9 .0 )
16
+ rspec-core (~> 3.9 .0 )
17
+ rspec-expectations (~> 3.9 .0 )
18
+ rspec-mocks (~> 3.9 .0 )
19
+ rspec-core (3.9.0 )
20
+ rspec-support (~> 3.9 .0 )
21
+ rspec-expectations (3.9.0 )
22
22
diff-lcs (>= 1.2.0 , < 2.0 )
23
- rspec-support (~> 3.8 .0 )
24
- rspec-mocks (3.8.1 )
23
+ rspec-support (~> 3.9 .0 )
24
+ rspec-mocks (3.9.0 )
25
25
diff-lcs (>= 1.2.0 , < 2.0 )
26
- rspec-support (~> 3.8 .0 )
27
- rspec-support (3.8.2 )
26
+ rspec-support (~> 3.9 .0 )
27
+ rspec-support (3.9.0 )
28
28
simplecov (0.16.1 )
29
29
docile (~> 1.1 )
30
30
json (>= 1.8 , < 3 )
Original file line number Diff line number Diff line change 3
3
# rubocop:disable Style/ClassAndModuleChildren
4
4
module Rspec
5
5
module RequestSnapshot
6
- VERSION = "0.7.2 "
6
+ VERSION = "0.7.3 "
7
7
end
8
8
end
9
9
# rubocop:enable Style/ClassAndModuleChildren
You can’t perform that action at this time.
0 commit comments