Sha256: 1230df21571904b11d7a326e0379e9371b5a4c7e4fc1749946e1f92fc7b21ccd

Contents?: true

Size: 252 Bytes

Versions: 25

Compression:

Stored size: 252 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Github::GitData::References do

  it { described_class::VALID_REF_PARAM_NAMES.should_not be_nil }

  it { described_class::VALID_REF_PARAM_VALUES.should_not be_nil }

end # Github::GitData::References

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
github_api-0.11.3 spec/github/git_data/references_spec.rb
github_api-0.11.2 spec/github/git_data/references_spec.rb
github_api-0.11.1 spec/github/git_data/references_spec.rb
github_api-0.11.0 spec/github/git_data/references_spec.rb
github_api-0.10.2 spec/github/git_data/references_spec.rb
github_api-0.10.1 spec/github/git_data/references_spec.rb
github_api-0.10.0 spec/github/git_data/references_spec.rb
github_api-0.9.7 spec/github/git_data/references_spec.rb
github_api-0.9.6 spec/github/git_data/references_spec.rb
github_api-0.9.5 spec/github/git_data/references_spec.rb
github_api-0.9.4 spec/github/git_data/references_spec.rb
github_api-0.9.3 spec/github/git_data/references_spec.rb
github_api-0.9.2 spec/github/git_data/references_spec.rb
github_api-0.9.1 spec/github/git_data/references_spec.rb
github_api-0.9.0 spec/github/git_data/references_spec.rb
github_api-0.8.11 spec/github/git_data/references_spec.rb
github_api-0.8.10 spec/github/git_data/references_spec.rb
github_api-0.8.9 spec/github/git_data/references_spec.rb
github_api-0.8.8 spec/github/git_data/references_spec.rb
github_api-0.8.7 spec/github/git_data/references_spec.rb