Merge branch 'rename_test_files'
* rename_test_files: Fix travis.yml Include location in postgresql::tablespace test Rename tablespace_spec.pp to tablespace_spec.rb Rename role_spec.pp to role_spec.rb
This commit is contained in:
commit
27e40da908
3 changed files with 14 additions and 1 deletions
10
.travis.yml
10
.travis.yml
|
@ -11,11 +11,19 @@ env:
|
|||
- PUPPET_GEM_VERSION="~> 2.7.0"
|
||||
- PUPPET_GEM_VERSION="~> 3.0.0"
|
||||
- PUPPET_GEM_VERSION="~> 3.1.0"
|
||||
- PUPPET_GEM_VERSION="~> 3.2.0"
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: 2.0.0
|
||||
- rvm: ruby-head
|
||||
exclude:
|
||||
- rvm: 2.0.0
|
||||
env: PUPPET_GEM_VERSION="~> 3.1.0"
|
||||
- rvm: ruby-head
|
||||
env: PUPPET_GEM_VERSION="~> 3.1.0"
|
||||
- rvm: 2.0.0
|
||||
env: PUPPET_GEM_VERSION="~> 3.0.0"
|
||||
- rvm: ruby-head
|
||||
env: PUPPET_GEM_VERSION="~> 3.0.0"
|
||||
- rvm: 1.9.3
|
||||
env: PUPPET_GEM_VERSION="~> 2.7.0"
|
||||
- rvm: 2.0.0
|
||||
|
|
|
@ -10,5 +10,10 @@ describe 'postgresql::tablespace', :type => :define do
|
|||
let :title do
|
||||
'test'
|
||||
end
|
||||
let :params do
|
||||
{
|
||||
:location => '/srv/data/foo',
|
||||
}
|
||||
end
|
||||
it { should include_class("postgresql::params") }
|
||||
end
|
Loading…
Reference in a new issue