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

Version Path
github_api-0.8.11 spec/github/issues/issues_spec.rb
github_api-0.8.10 spec/github/issues/issues_spec.rb
github_api-0.8.9 spec/github/issues/issues_spec.rb
github_api-0.8.8 spec/github/issues/issues_spec.rb
github_api-0.8.7 spec/github/issues/issues_spec.rb
github_api-0.8.6 spec/github/issues/issues_spec.rb
github_api-0.8.5 spec/github/issues/issues_spec.rb
github_api-0.8.4 spec/github/issues/issues_spec.rb
github_api-0.8.3 spec/github/issues/issues_spec.rb