about summary refs log tree commit diff
path: root/test/system/players_test.rb
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2022-01-31 14:28:00 -0500
committerBen Harris <ben@tilde.team>2022-01-31 14:28:00 -0500
commitb483ff56c663e2d346df8f1f243100007c2c93c9 (patch)
treec1d44b91cd94005e409be18be2745898c5eb9090 /test/system/players_test.rb
parentc95a61fc056f6a2d7fdb82f9288948a890a3bac5 (diff)
tidy up, add git hash to src link
Diffstat (limited to 'test/system/players_test.rb')
-rw-r--r--test/system/players_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/players_test.rb b/test/system/players_test.rb
index 69f08e9..4ea9751 100644
--- a/test/system/players_test.rb
+++ b/test/system/players_test.rb
@@ -39,6 +39,6 @@ class PlayersTest < ApplicationSystemTestCase
     visit player_url(@player)
     click_on "Delete #{@player.name}", match: :first
 
-    assert_text 'Player was successfully destroyed'
+    assert_text 'Player was successfully removed'
   end
 end