Sha256: bcb3825e603ebcc2ba9313c5091d3e72406cd8889f2cee000a3a72f42736f5fe
Contents?: true
Size: 294 Bytes
Versions: 1
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe BitBucket::Repos::Download do describe '.get' do it 'should send a GET request for the download link for the given repo' do skip 'this is a regression test and the method is not finished being written' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bitbuckets-0.2.0 | spec/bitbucket_rest_api/repos/download_spec.rb |