Sha256: 47a472c8c4f7b7be08902665c186b4195818ff876ace1cec00a9ab43f1aaedc3
Contents?: true
Size: 223 Bytes
Versions: 2
Compression:
Stored size: 223 Bytes
Contents
require 'spec_helper' RSpec.describe ::Pipedrive::DealField do subject { described_class.new('token') } context '#entity_name' do subject { super().entity_name } it { is_expected.to eq('dealFields') } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pipedrive.rb-0.2.0 | spec/lib/pipedrive/deal_field_spec.rb |
pipedrive.rb-0.1.0 | spec/lib/pipedrive/deal_field_spec.rb |