Sha256: b9b4f9b1a86c9ba31402fdd92bbba97df67c78fc21df759cce5abb058cabf7ad
Contents?: true
Size: 248 Bytes
Versions: 2
Compression:
Stored size: 248 Bytes
Contents
require 'google_client' describe GoogleClient do describe "while initializing" do it "should set the OAuth credentials properly" do GoogleClient.create_client("oauth_token").oauth_credentials.should eql("oauth_token") end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google_client-0.2.0 | spec/google_client_spec.rb |
google_client-0.1.0 | spec/google_client_spec.rb |