Sha256: 0c0d7ac8013f4aa7a73e87e77324e3cbc0c6e2d8f8221399e615387ae2c02d13
Contents?: true
Size: 543 Bytes
Versions: 7
Compression:
Stored size: 543 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '../../spec_helper') describe "Project", :vcr => { :allow_unused_http_interactions => true } do before(:all) do VCR.use_cassette("Project/authorize_config") do config_setup @auth = GoogleBigquery::Auth.new @auth.authorize @project = config_options["email"].match(/(\d*)/)[0] end end before :each do @name = "rspec_schema" end it ".list", :vcr do expect( GoogleBigquery::Project.list["projects"].class ).to be Array end end
Version data entries
7 entries across 7 versions & 1 rubygems