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