Sha256: aa153b8138064923758e5450cf5aef7e34e964a38392245f5c417ebef6859107
Contents?: true
Size: 229 Bytes
Versions: 2
Compression:
Stored size: 229 Bytes
Contents
require 'spec_helper' RSpec.describe ::Pipedrive::ProductField do subject { described_class.new('token') } context '#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.rb-0.2.0 | spec/lib/pipedrive/product_field_spec.rb |
pipedrive.rb-0.1.0 | spec/lib/pipedrive/product_field_spec.rb |