Sha256: 4776c299871829e10ea7003ae210bc6e1f6f8525512c44d8263df37f43d41f3c
Contents?: true
Size: 440 Bytes
Versions: 14
Compression:
Stored size: 440 Bytes
Contents
require_relative './spec_helper' RSpec.describe Slack::Client, :vcr do describe :auth do describe :test do it "with valid token" do expect( valid_client.auth_test ).to valid_response end it "with invalid token" do expect( invalid_client.auth_test ).to include({ "ok" => false, "error" => "invalid_auth" }) end end end end
Version data entries
14 entries across 14 versions & 2 rubygems