Sha256: b6645c5c367fdb5a661d90faf888c46b7948f0a5f195dc8b569850ffddc18996

Contents?: true

Size: 759 Bytes

Versions: 4

Compression:

Stored size: 759 Bytes

Contents

# Code generated for API Clients. DO NOT EDIT.

require 'spec_helper'

RSpec.describe NgrokAPI::Models::EndpointOAuthGitLab do
  before(:each) do
    @client = class_double("EndpointOAuthGitLabsClient")
    @endpoint_o_auth_git_lab = NgrokAPI::Models::EndpointOAuthGitLab.new(client: @client, attrs: endpoint_o_auth_git_lab_result)
  end

  describe "#==" do
    it "is equal if the results are the same" do
      other = NgrokAPI::Models::EndpointOAuthGitLab.new(client: @client, attrs: endpoint_o_auth_git_lab_result)
      expect(@endpoint_o_auth_git_lab == other).to eq true
    end
  end

  describe "#to_s" do
    it "stringifies as result.to_s" do
      expect(@endpoint_o_auth_git_lab.to_s).to eq endpoint_o_auth_git_lab_result.to_s
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ngrok-api-0.24.0 spec/ngrokapi/models/endpoint_o_auth_git_lab_spec.rb
ngrok-api-0.23.0 spec/ngrokapi/models/endpoint_o_auth_git_lab_spec.rb
ngrok-api-0.22.0 spec/ngrokapi/models/endpoint_o_auth_git_lab_spec.rb
ngrok-api-0.21.0 spec/ngrokapi/models/endpoint_o_auth_git_lab_spec.rb