From e12d02a98828f97d099059f3b28092d3860e7a4d Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Tue, 29 Dec 2020 11:02:24 +0100 Subject: [PATCH] Fix spec Content changed --- spec/features/admin/dashboard_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/admin/dashboard_spec.rb b/spec/features/admin/dashboard_spec.rb index b6e04c5..3120d5b 100644 --- a/spec/features/admin/dashboard_spec.rb +++ b/spec/features/admin/dashboard_spec.rb @@ -10,6 +10,6 @@ RSpec.describe 'Admin dashboard', type: :feature do scenario 'View dashboard' do visit admin_root_path - expect(page).to have_content('Admin Panel') + expect(page).to have_content('great power') end end