Skip to content
GitLab
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
289d61e9
Commit
289d61e9
authored
Nov 24, 2014
by
Mickaël Canévet
Browse files
Fix unit tests
parent
456e1795
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/classes/postfix_spec.rb
View file @
289d61e9
...
...
@@ -37,11 +37,11 @@ describe 'postfix' do
context
'when on RedHat'
do
let
(
:facts
)
{
{
:
lsbmajdistrelease
=>
'7
'
,
:operatingsystem
=>
'RedHat'
,
:o
sfamily
=>
'RedHat
'
,
:
fqdn
=>
'
fqdn.example.com
'
,
:path
=>
'/foo/bar'
,
:
fqdn
=>
'fqdn.example.com
'
,
:operatingsystem
=>
'RedHat'
,
:o
peratingsystemmajrelease
=>
'7
'
,
:
osfamily
=>
'
RedHat
'
,
:path
=>
'/foo/bar'
,
}
}
it
{
should
contain_package
(
'postfix'
)
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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