From fbfc9a97e6ecc9e6030cf51f0ddc8555634ebc89 Mon Sep 17 00:00:00 2001 From: "Benjamin Randolphgit config --global user.email neb417@gmail.comgit config --global init.defaultBranch maingit config --global core.editor atom" Date: Thu, 9 Nov 2023 07:58:22 -0700 Subject: [PATCH] Update test --- spec/features/dashboard/dashboard_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/dashboard/dashboard_spec.rb b/spec/features/dashboard/dashboard_spec.rb index b7257b0..6c1fdf1 100644 --- a/spec/features/dashboard/dashboard_spec.rb +++ b/spec/features/dashboard/dashboard_spec.rb @@ -11,7 +11,7 @@ describe "GET /index" do it "routes to root path" do visit root_path - expect(page).to have_content "Dashboard" + expect(page).to have_content "Budget Calculator" end it "has incomes on dashboard" do