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