Sha256: d52580bcf304c7bee8c7e16efd7fd2e60c80a749b53465cbb29746e36d71c480

Contents?: true

Size: 819 Bytes

Versions: 11

Compression:

Stored size: 819 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Github::Repos, 'integration' do

  after { reset_authentication_for subject }

  it_should_behave_like 'api interface'

  its(:collaborators) { should be_a Github::Repos::Collaborators }

  its(:comments)      { should be_a Github::Repos::Comments }

  its(:commits)       { should be_a Github::Repos::Commits }

  its(:downloads)     { should be_a Github::Repos::Downloads }

  its(:forks)         { should be_a Github::Repos::Forks }

  its(:keys)          { should be_a Github::Repos::Keys }

  its(:hooks)         { should be_a Github::Repos::Hooks }

  its(:merging)       { should be_a Github::Repos::Merging }

  its(:statuses)      { should be_a Github::Repos::Statuses }

  its(:pubsubhubbub)  { should be_a Github::Repos::PubSubHubbub }

end # Github::Repos

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
github_api-0.8.11 spec/github/repos_spec.rb
github_api-0.8.10 spec/github/repos_spec.rb
github_api-0.8.9 spec/github/repos_spec.rb
github_api-0.8.8 spec/github/repos_spec.rb
github_api-0.8.7 spec/github/repos_spec.rb
github_api-0.8.6 spec/github/repos_spec.rb
github_api-0.8.5 spec/github/repos_spec.rb
github_api-0.8.4 spec/github/repos_spec.rb
github_api-0.8.3 spec/github/repos_spec.rb
github_api-0.8.2 spec/github/repos_spec.rb
github_api-0.8.1 spec/github/repos_spec.rb