Fix pending tag_followings spec
This commit is contained in:
parent
4e17df17fc
commit
a7c0888ad2
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue