Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Puppet Camptocamp Postfix
Commits
81aef957
Commit
81aef957
authored
Aug 05, 2013
by
Raphaël Pinson
Browse files
postfix::config and postfix::hash need the postfix class in specs
parent
df23eac8
Changes
2
Hide whitespace changes
Inline
Side-by-side
spec/defines/postfix_config_spec.rb
View file @
81aef957
...
...
@@ -4,6 +4,7 @@ describe 'postfix::config' do
let
(
:title
)
{
'foo'
}
let
(
:facts
)
{
{
:osfamily
=>
'Debian'
,
:needs_postfix_class
=>
true
,
}
}
context
'when not passing value'
do
...
...
spec/defines/postfix_hash_spec.rb
View file @
81aef957
...
...
@@ -4,6 +4,7 @@ describe 'postfix::hash' do
let
(
:title
)
{
'/tmp/foo'
}
let
(
:facts
)
{
{
:osfamily
=>
'Debian'
,
:needs_postfix_class
=>
true
,
}
}
context
'when passing wrong type for ensure'
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment