summaryrefslogtreecommitdiff
path: root/spec/unit/chef_fs
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-03-07 14:00:37 +0000
committerThom May <thom@chef.io>2017-03-08 03:22:40 -0600
commit47a49f5be1850d21f67f50015e7d4edb665f503a (patch)
tree5269631fad01efd3d60b88df8eef6f02ea38ec60 /spec/unit/chef_fs
parente82a0f865ef860c1c816be88403b37da7f3a17f2 (diff)
downloadchef-47a49f5be1850d21f67f50015e7d4edb665f503a.tar.gz
Remove backcompat classestm/kill-backcompat
These are things that have been deprecated and removed or renamed many moons ago, but to ease transitions and to keep our API contracts we did some shimming. I'm now shiving the shims. Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'spec/unit/chef_fs')
-rw-r--r--spec/unit/chef_fs/file_system/operation_failed_error_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/chef_fs/file_system/operation_failed_error_spec.rb b/spec/unit/chef_fs/file_system/operation_failed_error_spec.rb
index 7f3eb6efe2..acdbe35c45 100644
--- a/spec/unit/chef_fs/file_system/operation_failed_error_spec.rb
+++ b/spec/unit/chef_fs/file_system/operation_failed_error_spec.rb
@@ -17,7 +17,7 @@
#
require "spec_helper"
-require "chef/chef_fs/file_system/operation_failed_error"
+require "chef/chef_fs/file_system/exceptions"
describe Chef::ChefFS::FileSystem::OperationFailedError do
context "message" do