Sha256: c8d29d5afd74778562c763429e844bbf0420740de40c57794a5543e13f2713f1

Contents?: true

Size: 355 Bytes

Versions: 5

Compression:

Stored size: 355 Bytes

Contents

require 'spec_helper'

describe Github::GitData do

  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

5 entries across 5 versions & 1 rubygems

Version Path
github_api-0.8.2 spec/github/git_data_spec.rb
github_api-0.8.1 spec/github/git_data_spec.rb
github_api-0.8.0 spec/github/git_data_spec.rb
github_api-0.7.2 spec/github/git_data_spec.rb
github_api-0.7.1 spec/github/git_data_spec.rb