Sha256: 1c9868ce577e3fd74a88f476953546b831b960afcbe508217c134c2caa460332
Contents?: true
Size: 841 Bytes
Versions: 1
Compression:
Stored size: 841 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Github::Repos, 'integration' do after { reset_authentication_for subject } its(:collaborators) { should be_a Github::Repos::Collaborators } 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(:starring) { should be_a Github::Repos::Starring } its(:statuses) { should be_a Github::Repos::Statuses } its(:watching) { should be_a Github::Repos::Watching } its(:pubsubhubbub) { should be_a Github::Repos::PubSubHubbub } end # Github::Repos
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github_api-0.7.1 | spec/github/repos_spec.rb |