Add main navigation bar #20

Merged
raucao merged 6 commits from feature/main_nav into master 2020-12-29 10:04:43 +00:00
Showing only changes of commit e12d02a988 - Show all commits

View File

@@ -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