8eb26b792b
For some reason these have been broken forever. Travis was failing, correctly. I have updated the tests to be correct to how the code actually works. I would also suggest that if this is merged, we stop merging PRs that have failed test runs. Tests matter in a module like this.
13 lines
365 B
Ruby
13 lines
365 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :rake do
|
|
gem 'puppet', '>=3.0.1'
|
|
gem 'rspec-puppet', '>=1.0.1'
|
|
gem 'rake', '>=0.9.2.2'
|
|
gem 'puppet-lint', '>=0.1.12'
|
|
gem 'puppetlabs_spec_helper'
|
|
gem 'puppet-blacksmith'
|
|
gem 'librarian-puppet'
|
|
gem 'rspec-system-puppet', :require => false
|
|
gem 'rspec-system-serverspec', :require => false
|
|
end
|