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
51b7f852
Commit
51b7f852
authored
Mar 16, 2016
by
Raphaël Pinson
Browse files
Simplify error message checking
parent
eefe7440
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/defines/postfix_virtual_spec.rb
View file @
51b7f852
...
...
@@ -20,7 +20,7 @@ describe 'postfix::virtual' do
it
'should fail'
do
expect
{
is_expected
.
to
contain_augeas
(
'Postfix virtual - foo'
)
}.
to
raise_error
(
Puppet
::
Error
,
/
Must pass
destination/
)
}.
to
raise_error
(
Puppet
::
Error
,
/destination/
)
end
end
...
...
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