From 919b5245fff28281493ffde5ea66aa86a5e2aeec Mon Sep 17 00:00:00 2001 From: Gilles Cornu Date: Thu, 8 May 2014 06:00:58 +0200 Subject: [PATCH] provisioners/chef: Rename a unit test file This way these tests are part of `rake test:unit` Similar to [GH-3673] --- .../chef/{command_builder_spec.rb => command_builder_test.rb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/unit/plugins/provisioners/chef/{command_builder_spec.rb => command_builder_test.rb} (100%) diff --git a/test/unit/plugins/provisioners/chef/command_builder_spec.rb b/test/unit/plugins/provisioners/chef/command_builder_test.rb similarity index 100% rename from test/unit/plugins/provisioners/chef/command_builder_spec.rb rename to test/unit/plugins/provisioners/chef/command_builder_test.rb