Sha256: f7a0e213f56a45debfb88094afd5ddfcfe59806bd82e21b60ba3d765953bcf53

Contents?: true

Size: 213 Bytes

Versions: 2

Compression:

Stored size: 213 Bytes

Contents

require 'spec_helper'

RSpec.describe ::Pipedrive::Goal do
  subject { described_class.new('token') }
  context '#entity_name' do
    subject { super().entity_name }
    it { is_expected.to eq('goals') }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pipedrive.rb-0.2.0 spec/lib/pipedrive/goal_spec.rb
pipedrive.rb-0.1.0 spec/lib/pipedrive/goal_spec.rb