fix failing test

This commit is contained in:
Quincy Larson
2016-04-06 14:10:24 -07:00
parent fcebd37a01
commit b322d6610f

View File

@ -126,13 +126,6 @@ module.exports = function(app) {
);
}
function hot(req, res) {
return res.render('stories/index', {
title: 'Top Stories on Camper News',
page: 'hot'
});
}
function submitNew(req, res) {
if (!req.user.isGithubCool) {
req.flash('errors', {