]> gitweb.fluxo.info Git - puppet-dhcp.git/commitdiff
Update with msync
authorMickaël Canévet <mickael.canevet@camptocamp.com>
Fri, 23 Jan 2015 07:58:09 +0000 (08:58 +0100)
committerMickaël Canévet <mickael.canevet@camptocamp.com>
Fri, 23 Jan 2015 07:58:09 +0000 (08:58 +0100)
.travis.yml
spec/spec_helper.rb

index 033f97466609ff1240abf96f286a8e9f14c2b7b7..51562b5bbd8fe1848d6e26b07a80683a6be967b7 100644 (file)
@@ -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:
index 41dd7daba6dc28233e49f69548302532a39d73ca..1148f7f2a9dc80531f16459ef0c8b5ff98e54ba3 100644 (file)
@@ -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