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