[#345] remove stub controller

This commit is contained in:
Alexander Machehin 2014-03-21 16:53:23 +06:00
parent c7e50f3882
commit 8068b4f023
1 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@ describe Projects::Git::TreesController do
end
it "should be able to perform archive action with anonymous acccess", anonymous_access: true do
stub(controller).render
get :archive, @params.merge(format: 'tar.gz')
response.should be_success
end
@ -67,7 +66,6 @@ describe Projects::Git::TreesController do
end
it 'should be able to perform archive action' do
stub(controller).render
get :archive, @params.merge(format: 'tar.gz')
response.should be_success
end