Project

General

Profile

« Previous | Next » 

Revision 6d50ad93

Added by Ian Ballou 25 days ago

Add ci_reporter_minitest to Gemfile and match h-c-f more closely

View differences:

test/functional/content_credentials/create_test.rb
describe 'create content-credentials' do
before do
@cmd = %w(content-credentials create)
@base_params = ["--organization-id=#{org_id}", "--name=#{name}"]
@base_params = ["--organization-id=#{org_id}", "--name=#{cred_name}"]
end
let(:org_id) { 1 }
let(:name) { 'sslcert' }
let(:cred_name) { 'sslcert' }
let(:cert) { File.join(File.dirname(__FILE__), 'data', 'test_cert.json') }
it 'Creates a SSL Content Credential' do

Also available in: Unified diff