Navigation Menu

Skip to content

Commit

Permalink
Run modulesync
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossg committed May 10, 2015
1 parent 5b85495 commit 4fd04ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ source 'https://rubygems.org'
gem 'puppet', ENV['PUPPET_VERSION'] || '>= 3.0', :require => false

gem 'rake', :require => false
gem 'rspec-puppet', '>= 1.0.0', :require => false
gem 'rspec-puppet', '>= 2.1.0', :require => false
gem 'puppetlabs_spec_helper', '>= 0.8.0', :require => false
gem 'puppet-lint', '>= 1.1.0', :require => false
gem 'simplecov', :require => false
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -270,5 +270,5 @@ DEPENDENCIES
puppet-lint (>= 1.1.0)
puppetlabs_spec_helper (>= 0.8.0)
rake
rspec-puppet (>= 1.0.0)
rspec-puppet (>= 2.1.0)
simplecov
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -4,7 +4,6 @@
require 'puppetlabs_spec_helper/module_spec_helper'

RSpec.configure do |c|
c.treat_symbols_as_metadata_keys_with_true_values = true
c.mock_with :rspec
c.hiera_config = File.expand_path(File.join(__FILE__, '../fixtures/hiera.yaml'))

Expand Down

0 comments on commit 4fd04ca

Please sign in to comment.