We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e296e6 commit e86b3a4Copy full SHA for e86b3a4
Changelog.md
@@ -1,6 +1,10 @@
1
### Development
2
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.1...master)
3
4
+Bug Fixes:
5
+
6
+* Indent all extra failure lines output from system specs. (Alex Robbin, #2321)
7
8
### 4.0.1 / 2020-05-16
9
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0...v4.0.1)
10
spec/rspec/rails/example/system_example_group_spec.rb
@@ -74,7 +74,6 @@ def take_screenshot
74
end
75
76
example = group.it('fails') { fail }
77
-
78
group.run
79
80
expect(example.metadata[:extra_failure_lines]).to eq(["line 1\n", "line 2\n"])
0 commit comments