Skip to content

Commit

Permalink
Fix changelog references and website tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jul 10, 2024
1 parent ba102a8 commit 47a1d24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## HEAD

- Change: `rundoc.depend_on` is removed in favor of `:::-- rundoc.require` (https://github.com/zombocom/rundoc/pull/57)
- Change: `Rundoc.project_root=` is removed, please use `Rundoc.after_build` instead (https://github.com/zombocom/rundoc/pull/57)
- Change: `rundoc.depend_on` is removed in favor of `:::-- rundoc.require` (https://github.com/zombocom/rundoc/pull/58)
- Change: `Rundoc.project_root=` is removed, please use `Rundoc.after_build` instead (https://github.com/zombocom/rundoc/pull/58)
- Change: Location of screenshots is now consistent (https://github.com/zombocom/rundoc/pull/57)
- Fix: Bash commands now stream their outputs while they're running (https://github.com/zombocom/rundoc/pull/57)
- Change: Minimum selenium-webdriver is now 4.x. (https://github.com/zombocom/rundoc/pull/41)
Expand Down
2 changes: 1 addition & 1 deletion test/integration/website_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_screenshot_command
actual = parsed.to_md.gsub(Rundoc::CodeSection::AUTOGEN_WARNING, "")

expected = "![Screenshot of http://example.com/](screenshots/screenshot_1.png)"
assert_equal expected, actual
assert_equal expected, actual.strip

assert screenshot_1_path.exist?
end
Expand Down

0 comments on commit 47a1d24

Please sign in to comment.