Sha256: 4c73f768928525b2bf3b0af2c6fb3f53a42a57c781212a3199f80de68b7d2509

Contents?: true

Size: 176 Bytes

Versions: 1

Compression:

Stored size: 176 Bytes

Contents

require "test_helper"

class ClientTest < Minitest::Test
  def test_api_key
    client = Calendly::Client.new api_key: "test"
    assert_equal "test", client.api_key
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
calendlyr-0.3.3 test/calendly/client_test.rb