Sha256: 33e00c8fda2106813ec6f273edad088cceeb5e788f66986f0d72c60672d9d4ce

Contents?: true

Size: 620 Bytes

Versions: 1

Compression:

Stored size: 620 Bytes

Contents

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

describe "Client" do
  before(:all) do
    @config = LazyGoogleAnalytics::Config.new(config_options)
    @auth   = LazyGoogleAnalytics::Auth.new(@config)
    @auth.authorize
    @client = LazyGoogleAnalytics::Client.new({
                                              :config=>@config,
                                              :auth=>@auth,
                                              :client_options => {}
                                              })
  end

  it "find objects object" do
    #binding.pry
    @client.results
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

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