Fix typo for contacts_controller #featured test

This commit is contained in:
Andrej Kacian 2011-08-01 23:20:23 +02:00
parent 983d4e5598
commit a5e8db04a0

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