Skip to content

Commit e86b3a4

Browse files
committed
Changelog for #2321
1 parent 6e296e6 commit e86b3a4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
### Development
22
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.1...master)
33

4+
Bug Fixes:
5+
6+
* Indent all extra failure lines output from system specs. (Alex Robbin, #2321)
7+
48
### 4.0.1 / 2020-05-16
59
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0...v4.0.1)
610

spec/rspec/rails/example/system_example_group_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def take_screenshot
7474
end
7575
end
7676
example = group.it('fails') { fail }
77-
7877
group.run
7978

8079
expect(example.metadata[:extra_failure_lines]).to eq(["line 1\n", "line 2\n"])

0 commit comments

Comments
 (0)