Sha256: 854ffdb951eadfffa9a618656a2f0f2c96eb6ac08dfb73adcf117ad609fc4f41
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
require 'spec_helper' describe ArtifactoryApi do let(:artifactory) { described_class.new } it 'configures the api endpoint' do expect(artifactory.api.endpoint).to eq('http://artifactory.yoox.net/artifactory') expect(artifactory.api.username).to eq('continuous_integration') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
api_deploy-0.1.0 | spec/lib/artifactory_api_spec.rb |