Sha256: 3c67779fada7a7e75378e2766771c60793dd186e540e31d832b7986080798289

Contents?: true

Size: 341 Bytes

Versions: 2

Compression:

Stored size: 341 Bytes

Contents

# encoding: utf-8
require 'spec_helper'

describe ViglinkApi do

  let(:client) { ViglinkApi::Client.new }

  it "configures with an API_KEY" do
    pending "I'm using the actual key"
    client.api_key.should eq 'your-api-key'
  end

  it "points to the REST API URL" do
    client.api_url.should eq 'http://catalog.viglink.com'
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
viglink-api-0.1.1 spec/viglink_api_spec.rb
viglink-api-0.1.0 spec/viglink_api_spec.rb