Sha256: 240efbe7b7bdb065a663669c4372d8bd1ef93c994f854245f783c257bb36db01
Contents?: true
Size: 364 Bytes
Versions: 4
Compression:
Stored size: 364 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "TicketmasterPivotal" do it "should be able to instantiate a new instance" do @ticketmaster = TicketMaster.new(:pivotal, {:token => '000000'}) @ticketmaster.should be_an_instance_of(TicketMaster) @ticketmaster.should be_a_kind_of(TicketMaster::Provider::Pivotal) end end
Version data entries
4 entries across 4 versions & 1 rubygems