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