Skip to content

Commit

Permalink
Changelog for #2321
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed May 19, 2020
1 parent 6e296e6 commit e86b3a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changelog.md
@@ -1,6 +1,10 @@
### Development
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.1...master)

Bug Fixes:

* Indent all extra failure lines output from system specs. (Alex Robbin, #2321)

### 4.0.1 / 2020-05-16
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0...v4.0.1)

Expand Down
1 change: 0 additions & 1 deletion spec/rspec/rails/example/system_example_group_spec.rb
Expand Up @@ -74,7 +74,6 @@ def take_screenshot
end
end
example = group.it('fails') { fail }

group.run

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

0 comments on commit e86b3a4

Please sign in to comment.