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