Sha256: ead5e46b1769c5c6ea124a08c8d70a6123a914d83603d6ff25c4fd31c930ab77

Contents?: true

Size: 250 Bytes

Versions: 2

Compression:

Stored size: 250 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

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

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

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

Version data entries

2 entries across 2 versions & 1 rubygems

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