Sha256: ab182e635f8136ce76d0d8d1fc98b9bdf3980b3d7cf24025471d72ecd1bf7bde
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::AgentIngressCertPolicy do before(:each) do @client = class_double("AgentIngressCertPolicysClient") @agent_ingress_cert_policy = NgrokAPI::Models::AgentIngressCertPolicy.new(client: @client, attrs: agent_ingress_cert_policy_result) end describe "#==" do it "is equal if the results are the same" do other = NgrokAPI::Models::AgentIngressCertPolicy.new(client: @client, attrs: agent_ingress_cert_policy_result) expect(@agent_ingress_cert_policy == other).to eq true end end describe "#to_s" do it "stringifies as result.to_s" do expect(@agent_ingress_cert_policy.to_s).to eq agent_ingress_cert_policy_result.to_s end end end
Version data entries
4 entries across 4 versions & 1 rubygems