Sha256: 88ea9252cc769b9a0c3321fe698fbff0d274b3e45231552eeb73c207465f3cff

Contents?: true

Size: 260 Bytes

Versions: 2

Compression:

Stored size: 260 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

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

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pipedrive_api_rb-1.0.5 spec/lib/pipedrive/person_field_spec.rb
pipedrive_api_rb-1.0.4 spec/lib/pipedrive/person_field_spec.rb