ba5b889238845f9da8e2f39a0693a2774e3d9a77
[arvados.git] / spec / google / api_client / auth / storages / redis_store_spec.rb
1 require 'spec_helper'
2 require_relative '../../../../../lib/google/api_client/auth/storages/redis_store'
3
4 describe Google::APIClient::RedisStore do
5   let(:json_file) { File.expand_path(File.join(root_path, 'fixtures', 'files', 'auth_stored_credentials.json')) }
6
7   it 'should initialize'
8
9   it 'should load credentials'
10
11   it 'should write credentials'
12
13 end