Sha256: 92fa544f28c2642b827df30aeba417ea87614f00c279854bb04dd2b4841e0b71
Contents?: true
Size: 482 Bytes
Versions: 15
Compression:
Stored size: 482 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Github::Issues do after { reset_authentication_for subject } it_should_behave_like 'api interface' its(:assignees) { should be_a Github::Issues::Assignees } its(:comments) { should be_a Github::Issues::Comments } its(:events) { should be_a Github::Issues::Events } its(:labels) { should be_a Github::Issues::Labels } its(:milestones) { should be_a Github::Issues::Milestones } end # Github::Issues
Version data entries
15 entries across 15 versions & 1 rubygems