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