about summary refs log tree commit diff
path: root/test/system/machines_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/system/machines_test.rb')
-rw-r--r--test/system/machines_test.rb2
1 files changed, 1 insertions, 1 deletions
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