Sha256: 139209a41f2e7737af8f642a43b0ebdfa9b8a1cc2e8aa5591e47b44155630233
Contents?: true
Size: 384 Bytes
Versions: 14
Compression:
Stored size: 384 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe "Ticketmaster::Provider::Github" do it "Should be able to instantiate a new instance" do @github = TicketMaster.new(:Github, {:login => 'juanespinosa', :token => 'asdfghk'}) @github.should be_an_instance_of(TicketMaster) @github.should be_a_kind_of(TicketMaster::Provider::Github) end end
Version data entries
14 entries across 14 versions & 1 rubygems