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