Sha256: e34254b99712a8e3d760a5b3850c2dff238e0cf804824d4bc8f39b828b61e624

Contents?: true

Size: 252 Bytes

Versions: 2

Compression:

Stored size: 252 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

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

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pipedrive_api_rb-1.0.5 spec/lib/pipedrive/product_spec.rb
pipedrive_api_rb-1.0.4 spec/lib/pipedrive/product_spec.rb