make specs pending
This commit is contained in:
parent
bc1aef4999
commit
b1e15f6a80
1 changed files with 3 additions and 1 deletions
|
|
@ -16,7 +16,9 @@ describe TagFollowingsController do
|
||||||
end
|
end
|
||||||
|
|
||||||
describe 'index' do
|
describe 'index' do
|
||||||
|
before do
|
||||||
|
pending
|
||||||
|
end
|
||||||
it 'assings new TagStream' do
|
it 'assings new TagStream' do
|
||||||
get :index
|
get :index
|
||||||
assigns[:stream].should be_a TagStream
|
assigns[:stream].should be_a TagStream
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue