adds specs for storage
[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(:client) { Google::APIClient.new(:application_name => 'API Client Tests') }
6   let(:root_path) { File.expand_path(File.join(__FILE__, '..', '..', '..')) }
7   let(:json_file) { File.expand_path(File.join(root_path, 'fixtures', 'files', 'auth_stored_credentials.json')) }
8
9   it 'should initialize'
10
11   it 'should load_credentials'
12
13 end