Sha256: ea06738a47d71a888cb2a44b7c430527df7e43547674252e2619fdea6a6a4741

Contents?: true

Size: 274 Bytes

Versions: 4

Compression:

Stored size: 274 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

RSpec.describe ::Pipedrive::OrganizationField do
  subject { described_class.new('token') }

  describe '#entity_name' do
    subject { super().entity_name }

    it { is_expected.to eq('organizationFields') }
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
pipedrive_api_rb-1.0.2 spec/lib/pipedrive/organization_field_spec.rb
pipedrive_api_rb-1.0.1 spec/lib/pipedrive/organization_field_spec.rb
pipedrive_api_rb-1.0.0 spec/lib/pipedrive/organization_field_spec.rb
pipedrive.rb-0.3.0 spec/lib/pipedrive/organization_field_spec.rb