Sha256: 1b9950b8f227f60c1219b5eb11fef672e412e7c93ca678d8c544a4d1c5d223bc

Contents?: true

Size: 239 Bytes

Versions: 2

Compression:

Stored size: 239 Bytes

Contents

require 'spec_helper'

RSpec.describe ::Pipedrive::OrganizationField do
  subject { described_class.new('token') }
  context '#entity_name' do
    subject { super().entity_name }
    it { is_expected.to eq('organizationFields') }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pipedrive.rb-0.2.0 spec/lib/pipedrive/organization_field_spec.rb
pipedrive.rb-0.1.0 spec/lib/pipedrive/organization_field_spec.rb