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