remove useless test
This commit is contained in:
parent
3d1568d67f
commit
0cb0075c7b
|
@ -11,8 +11,6 @@ describe Google::APIClient::Storage do
|
||||||
let(:client_stub) { double }
|
let(:client_stub) { double }
|
||||||
subject { Google::APIClient::Storage.new(store) }
|
subject { Google::APIClient::Storage.new(store) }
|
||||||
|
|
||||||
it 'should initialize'
|
|
||||||
|
|
||||||
describe 'authorize' do
|
describe 'authorize' do
|
||||||
it 'should authorize' do
|
it 'should authorize' do
|
||||||
subject.should respond_to(:authorization)
|
subject.should respond_to(:authorization)
|
||||||
|
|
Loading…
Reference in New Issue