fix another missing translation and a cucumber feature

This commit is contained in:
Jonne Hass 2011-10-15 12:59:50 +02:00
parent df8e5039a6
commit 517e37b56a
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@
-# the COPYRIGHT file.
- content_for :page_title do
= t('.community_spotlight')
= t('contacts.spotlight.community_spotlight')
- content_for :head do
= include_javascripts :people
@ -16,7 +16,7 @@
.span-18.last
%h3
= t('.community_spotlight')
= t('contacts.spotlight.community_spotlight')
%br
#featured_users

View file

@ -78,7 +78,7 @@ Feature: User manages contacts
And I click on my name in the header
When I follow "Contacts"
Then I should see "Featured Users" within ".span-18"
Then I should see "Community Spotlight" within ".span-18"
Scenario: clicking on the manage aspects link in the right nav with zero contacts directs a user to the featured users page
Given I am signed in
@ -86,7 +86,7 @@ Feature: User manages contacts
And I am on the home page
When I follow "Manage your aspects."
Then I should see "Featured Users" within ".span-18"
Then I should see "Community Spotlight" within ".span-18"
Scenario: clicking on the contacts link in the header with contacts does not send a user to the featured users page
Given I am signed in