Sha256: aeeeb4ab839d7f1c6b55215cd8876170bb2adfa90661abc7d0f35f4090116bb7

Contents?: true

Size: 530 Bytes

Versions: 4

Compression:

Stored size: 530 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Github::Client::Issues do

  after { reset_authentication_for subject }

  it_should_behave_like 'api interface'

  its(:assignees)  { should be_a Github::Client::Issues::Assignees }

  its(:comments)   { should be_a Github::Client::Issues::Comments }

  its(:events)     { should be_a Github::Client::Issues::Events }

  its(:labels)     { should be_a Github::Client::Issues::Labels }

  its(:milestones) { should be_a Github::Client::Issues::Milestones }

end # Github::Issues

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
github_api-0.12.3 spec/integration/issues_spec.rb
github_api-0.12.2 spec/integration/issues_spec.rb
github_api-0.12.1 spec/integration/issues_spec.rb
github_api-0.12.0 spec/integration/issues_spec.rb