Sha256: 6011247b05271c8138788777db057c86f6c746a279b6c3f88b2513939f2d41a0

Contents?: true

Size: 286 Bytes

Versions: 4

Compression:

Stored size: 286 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Github::Client::PullRequests, 'integration' do

  after { reset_authentication_for subject }

  it_should_behave_like 'api interface'

  its(:comments) { should be_a Github::Client::PullRequests::Comments }

end # Github::PullRequests

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
github_api-0.12.3 spec/integration/pull_requests_spec.rb
github_api-0.12.2 spec/integration/pull_requests_spec.rb
github_api-0.12.1 spec/integration/pull_requests_spec.rb
github_api-0.12.0 spec/integration/pull_requests_spec.rb