Sha256: 68a0584230548beeb0be3831bf0b02290ff36ca32d4901fb5a45848212270aad
Contents?: true
Size: 255 Bytes
Versions: 2
Compression:
Stored size: 255 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' RSpec.describe Pipedrive::Activity do subject { described_class.new('token') } describe '#entity_name' do subject { super().entity_name } it { is_expected.to eq('activities') } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pipedrive_api_rb-1.0.5 | spec/lib/pipedrive/activity_spec.rb |
pipedrive_api_rb-1.0.4 | spec/lib/pipedrive/activity_spec.rb |