From c30dc8bc2fca420ea3d9e52ec91174b39ddc1428 Mon Sep 17 00:00:00 2001 From: Joseph Dudley Date: Tue, 26 Nov 2019 15:10:38 +0000 Subject: [PATCH] Fixed failing test --- test/system/projects_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/system/projects_test.rb b/test/system/projects_test.rb index 4cb4d1d..1a45ae9 100644 --- a/test/system/projects_test.rb +++ b/test/system/projects_test.rb @@ -145,7 +145,7 @@ class ProjectsTest < ApplicationSystemTestCase User.last.update(is_admin: :true) visit projects_path - assert_text('All other projects') + assert_text('All Other Projects') end private