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

Version Path
ticketmaster-lighthouse-0.5.7 spec/ticketmaster-lighthouse_spec.rb
ticketmaster-lighthouse-0.5.6 spec/ticketmaster-lighthouse_spec.rb
ticketmaster-lighthouse-0.5.5 spec/ticketmaster-lighthouse_spec.rb
ticketmaster-lighthouse-0.5.4 spec/ticketmaster-lighthouse_spec.rb
ticketmaster-lighthouse-0.5.3 spec/ticketmaster-lighthouse_spec.rb
ticketmaster-lighthouse-0.5.2 spec/ticketmaster-lighthouse_spec.rb
ticketmaster-lighthouse-0.5.1 spec/ticketmaster-lighthouse_spec.rb
ticketmaster-lighthouse-0.5.0 spec/ticketmaster-lighthouse_spec.rb
ticketmaster-lighthouse-0.4.0 spec/ticketmaster-lighthouse_spec.rb
ticketmaster-lighthouse-0.3.8 spec/ticketmaster-lighthouse_spec.rb