Sha256: d04e8be67a935b021f5ac084e7fc87f70d95116b4b61636e09cc86cc30bd19d7

Contents?: true

Size: 450 Bytes

Versions: 1

Compression:

Stored size: 450 Bytes

Contents

require 'spec_helper'

describe PAS do
  it "has a default blank value for config[:api_access_key]" do
    PAS.config[:api_access_key].should be_blank
  end
  
  it "has a default blank value for config[:api_token]" do
    PAS.config[:api_token].should be_blank
  end
  
  it "has PAS's SSL domain name as the default value for config[:domain_name]" do
    PAS.config[:domain_name].should == "https://publisher.pokeraffiliatesolutions.com/"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pas-0.0.2 spec/pas_spec.rb