Sha256: c06d671ca8905cd02ced3da6045ca567768aab26d56fa9c2adabb3faaa63f096

Contents?: true

Size: 304 Bytes

Versions: 4

Compression:

Stored size: 304 Bytes

Contents

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

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

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

end






Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
lazy_google_analytics-0.1.6 spec/functional/auth_spec.rb
lazy_google_analytics-0.1.5 spec/functional/auth_spec.rb
lazy_google_analytics-0.1.2 spec/functional/auth_spec.rb
lazy_google_analytics-0.1.0 spec/functional/auth_spec.rb