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