Sha256: 856d619ce5b3f6797076aa9fd08c1a8335faf5ac103bd826b35c78cd10b37965

Contents?: true

Size: 256 Bytes

Versions: 4

Compression:

Stored size: 256 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Github::Client::Repos::Statuses do

  it { described_class::VALID_STATUS_PARAM_NAMES.should_not be_nil }

  it { described_class::REQUIRED_PARAMS.should_not be_nil }

end # Github::Client::Repos::Statuses

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
github_api-0.12.3 spec/github/client/repos/statuses_spec.rb
github_api-0.12.2 spec/github/client/repos/statuses_spec.rb
github_api-0.12.1 spec/github/client/repos/statuses_spec.rb
github_api-0.12.0 spec/github/client/repos/statuses_spec.rb