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