Update spec/controllers/tag_followings_controller_spec.rb

This commit is contained in:
memarko 2011-12-26 21:51:02 +01:00
parent 360e041bf6
commit 399bdb885e

View file

@ -28,7 +28,7 @@ describe TagFollowingsController do
end
describe 'if empty' do
it 'suceeds' do
it 'succeeds' do
bob.followed_tags.delete_all
get :index
response.should be_success