Merge pull request #1712 from ticho/typofix-in-featured-contacts-test

Fix typo for contacts_controller #featured test
This commit is contained in:
Raphael Sofaer 2011-08-01 16:10:43 -07:00
commit 8d88818ea0

View file

@ -69,7 +69,7 @@ describe ContactsController do
end
end
describe '#featued' do
describe '#featured' do
it 'succeeds' do
get :featured
response.should be_success