diff options
author | Bryan McLellan <btm@opscode.com> | 2014-01-30 14:35:25 -0800 |
---|---|---|
committer | Bryan McLellan <btm@opscode.com> | 2014-01-30 14:35:25 -0800 |
commit | 93e601b61ef3f049760379a94794607f8287903a (patch) | |
tree | 82e46a46de6a9439a16c5b39991211ad28069dbd /spec/support | |
parent | 0f93ddbb3b5fe0da776570c0ee1f5d4035b17761 (diff) | |
download | chef-93e601b61ef3f049760379a94794607f8287903a.tar.gz |
Remove crufty require of pry
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/shared/functional/file_resource.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/support/shared/functional/file_resource.rb b/spec/support/shared/functional/file_resource.rb index ba06235aa8..ccb224ab71 100644 --- a/spec/support/shared/functional/file_resource.rb +++ b/spec/support/shared/functional/file_resource.rb @@ -16,8 +16,6 @@ # limitations under the License. # -require 'pry' - shared_context "deploying with move" do before do Chef::Config[:file_backup_path] = CHEF_SPEC_BACKUP_PATH |