Sha256: 9709b30ad89ddb303e65a25e79a248a4d633c02c716088c8c71ba28f4dbf41d7
Contents?: true
Size: 441 Bytes
Versions: 9
Compression:
Stored size: 441 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Github::Issues do after { reset_authentication_for subject } 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
9 entries across 9 versions & 1 rubygems