summaryrefslogtreecommitdiff
path: root/spec/support/lib/chef/resource/with_state.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/lib/chef/resource/with_state.rb')
-rw-r--r--spec/support/lib/chef/resource/with_state.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/support/lib/chef/resource/with_state.rb b/spec/support/lib/chef/resource/with_state.rb
index 773ae7ddb8..60269632b0 100644
--- a/spec/support/lib/chef/resource/with_state.rb
+++ b/spec/support/lib/chef/resource/with_state.rb
@@ -16,8 +16,8 @@
# limitations under the License.
#
-require 'chef/knife'
-require 'chef/json_compat'
+require "chef/knife"
+require "chef/json_compat"
class Chef
class Resource