Fix pending tag_followings spec

This commit is contained in:
Gonzalo Rodriguez 2011-10-15 17:06:58 -02:00
parent 4e17df17fc
commit a7c0888ad2

View file

@ -16,12 +16,9 @@ describe TagFollowingsController do
end
describe 'index' do
before do
pending
end
it 'assings new TagStream' do
get :index
assigns[:stream].should be_a TagStream
assigns[:stream].should be_a Stream::FollowedTag
end
it 'renders a view' do