Sha256: 303f186b0feee11e1250e0bfb50350bf70e1ae75015e9dde7201df30a6ffd63d

Contents?: true

Size: 457 Bytes

Versions: 1

Compression:

Stored size: 457 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '../../spec_helper')

describe "Config" do
  before(:all) do
    config_setup
    @auth = BigBroda::Auth.new
  end

  it "authorization object" do
    VCR.use_cassette('auth') do
      @auth.authorize
      @auth.api.class.should be Google::APIClient::API
      BigBroda::Auth.api.class.should be Google::APIClient::API
      BigBroda::Auth.client.class.should be Google::APIClient
    end
  end

end






Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bigbroda-0.1.0.pre spec/functional/auth_spec.rb