about summary refs log tree commit diff
path: root/test/system/players_test.rb
diff options
context:
space:
mode:
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