summaryrefslogtreecommitdiff
path: root/spec/integration/recipes/unified_mode_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/recipes/unified_mode_spec.rb')
-rw-r--r--spec/integration/recipes/unified_mode_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/recipes/unified_mode_spec.rb b/spec/integration/recipes/unified_mode_spec.rb
index 45efd7a08b..b2c3620fdb 100644
--- a/spec/integration/recipes/unified_mode_spec.rb
+++ b/spec/integration/recipes/unified_mode_spec.rb
@@ -6,7 +6,7 @@ describe "Unified Mode" do
include IntegrationSupport
include Chef::Mixin::ShellOut
- let(:chef_dir) { File.expand_path('../../../bin', __dir__) }
+ let(:chef_dir) { File.expand_path("../../../bin", __dir__) }
let(:chef_client) { "bundle exec chef-client --minimal-ohai" }