Sha256: 8e2f36479d577840319de3590e634cc36247ace96af373f76341b15d34dc196c

Contents?: true

Size: 454 Bytes

Versions: 20

Compression:

Stored size: 454 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe "Ticketmaster::Provider::Github::Comment" do
  
  before(:each) do
    @github = TicketMaster.new(:github, {:login => 'cored', :token => 'kdkdkd'})
    @klass = TicketMaster::Provider::Github::Comment
    @api = Octokit::Client
  end
  
  it "should be able to load all comments" do
    pending
  end
  
  it "should be able to create a new comment" do
    pending
  end
  
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
ticketmaster-github-0.6.9 spec/comment_spec.rb
ticketmaster-github-0.6.8 spec/comment_spec.rb
ticketmaster-github-0.6.7 spec/comment_spec.rb
ticketmaster-github-0.6.6 spec/comment_spec.rb
ticketmaster-github-0.6.5 spec/comment_spec.rb
ticketmaster-github-0.6.4 spec/comment_spec.rb
ticketmaster-github-0.6.3 spec/comment_spec.rb
ticketmaster-github-0.5.3 spec/comment_spec.rb
ticketmaster-github-0.5.2 spec/comment_spec.rb
ticketmaster-github-0.5.1 spec/comment_spec.rb
ticketmaster-github-0.5.0 spec/comment_spec.rb
ticketmaster-github-0.4.9 spec/comment_spec.rb
ticketmaster-github-0.4.8 spec/comment_spec.rb
ticketmaster-github-0.4.7 spec/comment_spec.rb
ticketmaster-github-0.4.6 spec/comment_spec.rb
ticketmaster-github-0.4.5 spec/comment_spec.rb
ticketmaster-github-0.4.4 spec/comment_spec.rb
ticketmaster-github-0.4.3 spec/comment_spec.rb
ticketmaster-github-0.4.2 spec/comment_spec.rb
ticketmaster-github-0.4.1 spec/comment_spec.rb