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
2cbc9ef4
Commit
2cbc9ef4
authored
Jan 23, 2015
by
Mickaël Canévet
Browse files
Update with msync
parent
e321a530
Changes
2
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
2cbc9ef4
...
@@ -3,7 +3,7 @@ language: ruby
...
@@ -3,7 +3,7 @@ language: ruby
sudo
:
false
sudo
:
false
cache
:
bundler
cache
:
bundler
bundler_args
:
--without system_tests
bundler_args
:
--without system_tests
script
:
[
"
bundle
exec
rake
validate"
,
"
bundle
exec
rake
lint"
,
"
bundle
exec
fakeroot
rake
spec
SPEC_OPTS='--format
documentation'"
,
"
bundle
exec
rake
metadata"
]
script
:
[
"
bundle
exec
rake
validate"
,
"
bundle
exec
rake
lint"
,
"
bundle
exec
rake
spec
SPEC_OPTS='--format
documentation'"
,
"
bundle
exec
rake
metadata"
]
matrix
:
matrix
:
fast_finish
:
true
fast_finish
:
true
include
:
include
:
...
...
spec/spec_helper.rb
View file @
2cbc9ef4
...
@@ -24,6 +24,8 @@ RSpec.configure do |c|
...
@@ -24,6 +24,8 @@ RSpec.configure do |c|
if
ENV
[
'FUTURE_PARSER'
]
==
'yes'
if
ENV
[
'FUTURE_PARSER'
]
==
'yes'
c
.
parser
=
'future'
c
.
parser
=
'future'
end
end
Puppet
.
features
.
stubs
(
:root?
).
returns
(
true
)
end
end
c
.
after
:each
do
c
.
after
:each
do
...
...
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