Add homepage admin section

This commit is contained in:
rgarcia
2018-05-22 19:52:35 +02:00
committed by decabeza
parent 06772a7b87
commit 85c08da7a6
10 changed files with 57 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ require 'rails_helper'
feature "Home" do
feature "For not logged users" do
context "For not logged users" do
scenario 'Welcome message' do
visit root_path
@@ -20,7 +20,7 @@ feature "Home" do
end
feature "For signed in users" do
context "For signed in users" do
feature "Recommended" do