From 52183b8cc4f6a43c45cb4074d6465118f0ec22f2 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Sun, 25 Dec 2011 23:45:38 -0500 Subject: [PATCH] fix name in header; 27 failures --- app/views/templates/header.ujs | 2 +- features/manages_aspects.feature | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/templates/header.ujs b/app/views/templates/header.ujs index 52fa1de0e..42469bce3 100644 --- a/app/views/templates/header.ujs +++ b/app/views/templates/header.ujs @@ -71,7 +71,7 @@
<%= current_user.name %>
- Bob Grimm + <%= current_user.name %>
  • Profile
  • Contacts
  • diff --git a/features/manages_aspects.feature b/features/manages_aspects.feature index f369f84d4..c59985514 100644 --- a/features/manages_aspects.feature +++ b/features/manages_aspects.feature @@ -14,6 +14,7 @@ Feature: User manages contacts Scenario: creating an aspect from homepage Given I am signed in + And I go to the aspects page When I follow "Add an aspect" And I fill in "Name" with "losers" in the modal window And I press "Create" in the modal window