Sha256: c13e664762fc07d376385588a1f0927bc5124d243201ffd46e44bcfe87308409

Contents?: true

Size: 248 Bytes

Versions: 4

Compression:

Stored size: 248 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

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

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

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

Version data entries

4 entries across 4 versions & 2 rubygems

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