spelling: changes

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-08-09 23:10:45 -04:00
committed by benjamin wil
parent ed16078c2d
commit d50255c50d
+1 -1
View File
@@ -85,7 +85,7 @@ context 'Latest changes with page-file-dir' do
assert body.include?('Elrond.md'), 'latest changes should log changes in page_file_dir'
end
test 'latest chages should strip off page_file_dir' do
test 'latest changes should strip off page_file_dir' do
get('/gollum/latest_changes')
body = last_response.body
assert_equal body.include?('<a href="/Rivendell/Elrond.md/'), false