Sha256: b7f7653e9dcbb29d3c996d5005957a39a4608f70fe77fd21dfca328b91edd9b1
Contents?: true
Size: 227 Bytes
Versions: 2
Compression:
Stored size: 227 Bytes
Contents
require 'spec_helper' RSpec.describe ::Pipedrive::PersonField do subject { described_class.new('token') } context '#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.rb-0.2.0 | spec/lib/pipedrive/person_field_spec.rb |
pipedrive.rb-0.1.0 | spec/lib/pipedrive/person_field_spec.rb |