Sha256: cfedf28bfe27c0fdc214a87d73324a1cb4b362f756300d7ca66c53f7a97edd65
Contents?: true
Size: 525 Bytes
Versions: 4
Compression:
Stored size: 525 Bytes
Contents
require 'spec_helper' describe Github::Client::GitData, 'integration' do after { reset_authentication_for subject } it_should_behave_like 'api interface' its(:blobs) { should be_a Github::Client::GitData::Blobs } its(:commits) { should be_a Github::Client::GitData::Commits } its(:references) { should be_a Github::Client::GitData::References } its(:tags) { should be_a Github::Client::GitData::Tags } its(:trees) { should be_a Github::Client::GitData::Trees } end # Github::GitData
Version data entries
4 entries across 4 versions & 1 rubygems