spelling: nonexistent

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-08-09 23:03:27 -04:00
committed by benjamin wil
parent 5934697aa3
commit c51562b738
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -205,8 +205,8 @@ context "Frontend" do
assert_equal last_response.status, 500
end
test "rename page catches non-existent target" do
# Non-existent rename target
test "rename page catches nonexistent target" do
# Nonexistent rename target
post "/gollum/rename/B", :message => 'def'
assert !last_response.ok?
assert_equal last_response.status, 500