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