Sha256: 6b99c2b1147c543890dd1af2672b9acb4797877c1b7554cf6da4c154bd645822
Contents?: true
Size: 507 Bytes
Versions: 10
Compression:
Stored size: 507 Bytes
Contents
=begin require "spec_helper" require "saber/tracker/bib" BIB = Saber::Tracker::BIB describe BIB do it do VCR.use_cassette("bib", record: :new_episodes) do #VCR.use_cassette("bib", record: :all) do a = Mechanize.new #a.get "http://www.google.com" #ret = a.get "http://www.g.cn" #a.get "http://bibliotik.org/" #ret = a.get "http://bibliotik.org/login" #ret = a.get "http://what.cd/" #pd ret.uri bib = BIB.new bib.login end end end =end
Version data entries
10 entries across 10 versions & 1 rubygems