There is no need to force the Chef version anymore

This commit is contained in:
Ignasi Barrera 2013-03-02 10:50:45 +01:00
parent 57d97e63a2
commit efd8c4a1f8
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ public class GroupToBootScriptTest {
fn.apply("foo").render(OsFamily.UNIX),
Resources.toString(Resources.getResource("test_install_ruby." + ShellToken.SH.to(OsFamily.UNIX)),
Charsets.UTF_8)
+ "gem install chef -v '>= 10.16.4' --no-rdoc --no-ri\n"
+ "gem install chef --no-rdoc --no-ri\n"
+ Resources.toString(Resources.getResource("bootstrap.sh"), Charsets.UTF_8));
verify(validatorKey);