Skip to content

Commit

Permalink
Merge "Unpin beaker-rspec"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 9, 2015
2 parents 208cee7 + ff99138 commit 430f4f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ source 'https://rubygems.org'
group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
gem 'rspec-puppet', '~> 2.1.0', :require => false
gem 'minitest', '~> 4.7', :require => 'minitest/unit'

gem 'metadata-json-lint'
gem 'puppet-lint-param-docs'
Expand All @@ -17,7 +16,7 @@ group :development, :test do
gem 'puppet-lint-variable_contains_upcase'
gem 'puppet-lint-numericvariable'

gem 'beaker-rspec', '~> 2.2.4', :require => false
gem 'beaker-rspec', :require => false
gem 'json'
gem 'webmock'
end
Expand Down
1 change: 1 addition & 0 deletions spec/acceptance/nodesets/nodepool-centos7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ HOSTS:
ip: 127.0.0.1
CONFIG:
type: foss
set_env: false
1 change: 1 addition & 0 deletions spec/acceptance/nodesets/nodepool-trusty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ HOSTS:
ip: 127.0.0.1
CONFIG:
type: foss
set_env: false

0 comments on commit 430f4f4

Please sign in to comment.