Sha256: 8a7bb9dc86635755fad502c1770a71e2f47b653a924d256a8adc35f48bf58793

Contents?: true

Size: 355 Bytes

Versions: 4

Compression:

Stored size: 355 Bytes

Contents

require_relative './helper'

describe "netrc authentication" do
  it "should be able to read login values" do
    n = Netrc.read
    n["cloudapi.acquia.com"].should_not be_nil
  end

  it "should have valid users credentials using netrc" do
    setup_authentication

    @acquia_username.should_not be_nil
    @acquia_password.should_not be_nil
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
acquia_toolbelt-2.4.1 spec/auth_spec.rb
acquia_toolbelt-2.4.0 spec/auth_spec.rb
acquia_toolbelt-2.3.2 spec/auth_spec.rb
acquia_toolbelt-2.3.1 spec/auth_spec.rb