Sha256: 3077ed7efcf831aff8c733a7de12502da3221383345a0bd76d1eda0450dabecd
Contents?: true
Size: 671 Bytes
Versions: 4
Compression:
Stored size: 671 Bytes
Contents
# Code generated for API Clients. DO NOT EDIT. require 'spec_helper' RSpec.describe NgrokAPI::Models::EndpointOIDC do before(:each) do @client = class_double("EndpointOIDCsClient") @endpoint_oidc = NgrokAPI::Models::EndpointOIDC.new(client: @client, attrs: endpoint_oidc_result) end describe "#==" do it "is equal if the results are the same" do other = NgrokAPI::Models::EndpointOIDC.new(client: @client, attrs: endpoint_oidc_result) expect(@endpoint_oidc == other).to eq true end end describe "#to_s" do it "stringifies as result.to_s" do expect(@endpoint_oidc.to_s).to eq endpoint_oidc_result.to_s end end end
Version data entries
4 entries across 4 versions & 1 rubygems