From a5e8db04a07b8c15769edddbc1d52502f62bc964 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Mon, 1 Aug 2011 23:20:23 +0200 Subject: [PATCH] Fix typo for contacts_controller #featured test --- spec/controllers/contacts_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/controllers/contacts_controller_spec.rb b/spec/controllers/contacts_controller_spec.rb index 81a15923b..ccef9d82a 100644 --- a/spec/controllers/contacts_controller_spec.rb +++ b/spec/controllers/contacts_controller_spec.rb @@ -69,7 +69,7 @@ describe ContactsController do end end - describe '#featued' do + describe '#featured' do it 'succeeds' do get :featured response.should be_success