Sha256: 3a1ba170f2952ccab4ac212f1d95a16ae2f1fe61d79e200161512a6f8b13547a
Contents?: true
Size: 270 Bytes
Versions: 20
Compression:
Stored size: 270 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Github::PullRequests, 'integration' do after { reset_authentication_for subject } it_should_behave_like 'api interface' its(:comments) { should be_a Github::PullRequests::Comments } end # Github::PullRequests
Version data entries
20 entries across 20 versions & 1 rubygems