Sha256: dbfce9368d61ffcaab4f7e3c24c54ef69507584704d089b151b03d3e56a65992

Contents?: true

Size: 882 Bytes

Versions: 11

Compression:

Stored size: 882 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(:contents)      { should be_a Github::Repos::Contents }

  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.10.2 spec/integration/repos_spec.rb
github_api-0.10.1 spec/integration/repos_spec.rb
github_api-0.10.0 spec/integration/repos_spec.rb
github_api-0.9.7 spec/integration/repos_spec.rb
github_api-0.9.6 spec/integration/repos_spec.rb
github_api-0.9.5 spec/integration/repos_spec.rb
github_api-0.9.4 spec/integration/repos_spec.rb
github_api-0.9.3 spec/integration/repos_spec.rb
github_api-0.9.2 spec/integration/repos_spec.rb
github_api-0.9.1 spec/integration/repos_spec.rb
github_api-0.9.0 spec/integration/repos_spec.rb