mirror of
https://github.com/philippdieter/puppet-ldapquery.git
synced 2025-10-13 04:54:47 +00:00
11 lines
210 B
YAML
11 lines
210 B
YAML
Gemfile:
|
|
optional:
|
|
':extra':
|
|
- gem: 'net-ldap'
|
|
version: '~> 0.12.1'
|
|
':testextra':
|
|
- gem: 'rspec-mocks'
|
|
- gem: 'rspec-expectations'
|
|
spec/spec_helper.rb:
|
|
mock_with: ':rspec'
|