Sha256: 11e1da2d448e5d2527997d16b6b9cdfb842d3e607019befe00cd3522260f1a92
Contents?: true
Size: 418 Bytes
Versions: 10
Compression:
Stored size: 418 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "Ticketmaster::Provider::Lighthouse" do it "should be able to instantiate a new instance" do @ticketmaster = TicketMaster.new(:lighthouse, {:account => 'ticketmaster', :token => '000000'}) @ticketmaster.should be_an_instance_of(TicketMaster) @ticketmaster.should be_a_kind_of(TicketMaster::Provider::Lighthouse) end end
Version data entries
10 entries across 10 versions & 1 rubygems