Update spec/controllers/tag_followings_controller_spec.rb
This commit is contained in:
parent
360e041bf6
commit
399bdb885e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue