Updated travisci file to remove allow_failures on Puppet 4

This commit is contained in:
Jonathan Tripathy
2015-06-04 14:27:08 +01:00
parent 0f194c7bb3
commit 232258f290
2 changed files with 1 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ Java HotSpot(TM) 64-Bit Server VM (build 24.71-b01, mixed mode)
end
let(:facts) { {:operatingsystem => 'MyOS'} }
it do
Facter::Util::Resolution.expects(:which).with("java").returns(false)
Facter::Util::Resolution.expects(:which).at_least(1).with("java").returns(false)
Facter.value(:java_version).should be_nil
end
end