Sha256: d157d6ffaa5ae7419b5609822550913e851de7bb6f7c4ed5e418c1de4b496110
Contents?: true
Size: 291 Bytes
Versions: 28
Compression:
Stored size: 291 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Github::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::Repos::Downloads
Version data entries
28 entries across 28 versions & 1 rubygems