Sha256: d300750590fc15d562ed825afd0bc4c475b35e1de272d1e21d0754a72497c9db

Contents?: true

Size: 360 Bytes

Versions: 1

Compression:

Stored size: 360 Bytes

Contents

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

describe "Config" do
  before(:all) do
    @config = LazyGoogleAnalytics::Config.new(config_options)
    @auth   = LazyGoogleAnalytics::Auth.new(@config)
  end

  it "authorization object" do
    @auth.authorize
    @auth.analytics.class.should be Google::APIClient::API
  end

end






Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lazy_google_analytics-0.0.1 spec/functional/auth_spec.rb