From bfe551cc3572117a87b45dfea9b8f38171d1fde1 Mon Sep 17 00:00:00 2001 From: Tomasz Setkowski Date: Tue, 15 Sep 2015 07:37:44 +0000 Subject: [PATCH] #215 style fixes --- Berksfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Berksfile b/Berksfile index 41c21fbf..6831b2a6 100644 --- a/Berksfile +++ b/Berksfile @@ -3,5 +3,9 @@ cookbook 'chef-vault', git: 'https://github.com/johnbellone/chef-vault-cookbook' metadata group :test do - cookbook "consul_spec", path: "test/cookbooks/consul_spec" + cookbook 'consul_spec', path: 'test/cookbooks/consul_spec' +end + +group :integration do + cookbook 'consul_spec', path: 'test/cookbooks/consul_spec' end