remove useless test

This commit is contained in:
Volker Zöpfel 2013-12-03 10:01:06 +01:00
parent 3d1568d67f
commit 0cb0075c7b
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ describe Google::APIClient::Storage do
let(:client_stub) { double }
subject { Google::APIClient::Storage.new(store) }
it 'should initialize'
describe 'authorize' do
it 'should authorize' do
subject.should respond_to(:authorization)