Sha256: 22122092c86aa974b529644ae20745f345fc04fa88ff498a1211252590c1b5e5

Contents?: true

Size: 307 Bytes

Versions: 4

Compression:

Stored size: 307 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Github::Client::Repos::Downloads do

  after { reset_authentication_for(subject) }

  it { described_class::VALID_DOWNLOAD_PARAM_NAMES.should_not be_nil }

  it { described_class::REQUIRED_PARAMS.should_not be_nil }

end # Github::Client::Repos::Downloads

Version data entries

4 entries across 4 versions & 1 rubygems

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