From b483ff56c663e2d346df8f1f243100007c2c93c9 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 31 Jan 2022 14:28:00 -0500 Subject: tidy up, add git hash to src link --- test/system/machines_test.rb | 2 +- test/system/players_test.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/system/machines_test.rb b/test/system/machines_test.rb index 1a8414a..43c1949 100644 --- a/test/system/machines_test.rb +++ b/test/system/machines_test.rb @@ -37,6 +37,6 @@ class MachinesTest < ApplicationSystemTestCase visit machine_url(@machine) click_on "Delete #{@machine.name}", match: :first - assert_text 'Machine was successfully destroyed' + assert_text 'Machine was successfully removed' end end 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 -- cgit 1.4.1