Sha256: d63bd1b8c80e91e7df33c718c10a1010e727d46724a27451f53138bd656dc500

Contents?: true

Size: 477 Bytes

Versions: 24

Compression:

Stored size: 477 Bytes

Contents

require 'spec_helper'

describe Github::GitData, 'integration' do

  after { reset_authentication_for subject }

  it_should_behave_like 'api interface'

  its(:blobs)      { should be_a Github::GitData::Blobs }

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

  its(:references) { should be_a Github::GitData::References }

  its(:tags)       { should be_a Github::GitData::Tags }

  its(:trees)      { should be_a Github::GitData::Trees }

end # Github::GitData

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
github_api-0.8.6 spec/github/git_data/git_data_spec.rb
github_api-0.8.5 spec/github/git_data/git_data_spec.rb
github_api-0.8.4 spec/github/git_data/git_data_spec.rb
github_api-0.8.3 spec/github/git_data/git_data_spec.rb