Sha256: 9ea87e6eab8a2486c21a7c68d04d79e1c4a617abaf111807c37e8521b26e59c9

Contents?: true

Size: 264 Bytes

Versions: 4

Compression:

Stored size: 264 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

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

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

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

Version data entries

4 entries across 4 versions & 2 rubygems

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