change default for authorization to nil
[arvados.git] / spec / google / api_client / auth / storages / file_store_spec.rb
1 require 'spec_helper'
2 require_relative '../../../../../lib/google/api_client/auth/storages/file_store'
3
4 describe Google::APIClient::FileStore do
5   let(:root_path) { File.expand_path(File.join(__FILE__, '..', '..', '..')) }
6   let(:json_file) { File.expand_path(File.join(root_path, 'fixtures', 'files', 'auth_stored_credentials.json')) }
7
8   it 'should initialize'
9
10   it 'should load credentials'
11
12   it 'should write credentials'
13
14 end