moves highlights and default home page

This commit is contained in:
Juanjo Bazán
2015-09-14 19:49:09 +02:00
parent b199ad233c
commit e5531aba87
9 changed files with 40 additions and 28 deletions

View File

@@ -11,7 +11,7 @@ feature 'Admin' do
visit moderation_root_path
expect(current_path).not_to eq(moderation_root_path)
expect(current_path).to eq(highlights_path)
expect(current_path).to eq(proposals_path)
expect(page).to have_content "not authorized"
end