Skip to content
Snippets Groups Projects
Commit 2cbc9ef4 authored by Mickaël Canévet's avatar Mickaël Canévet
Browse files

Update with msync

parent e321a530
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ language: ruby
sudo: false
cache: bundler
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:
fast_finish: true
include:
......
......@@ -24,6 +24,8 @@ RSpec.configure do |c|
if ENV['FUTURE_PARSER'] == 'yes'
c.parser='future'
end
Puppet.features.stubs(:root?).returns(true)
end
c.after :each do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment