Sha256: 319cd617ac912a41414b2d3476b532e68b4cb80b24f11b27c9a002fb8f587b38

Contents?: true

Size: 229 Bytes

Versions: 2

Compression:

Stored size: 229 Bytes

Contents

require 'spec_helper'

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

Version data entries

2 entries across 2 versions & 1 rubygems

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