summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcuriositycasualty <isa@getchef.com>2014-10-23 14:18:27 -0700
committercuriositycasualty <isa@getchef.com>2014-10-23 14:18:27 -0700
commit72a69894efb00a3cc4093316f386804f5d60b88b (patch)
treee9f14b483d7253e282e5d34ac6df2214dcf4adab
parent59a1a0aed54be5d9b4151b063f84a3e1db94cfd1 (diff)
downloadchef-if/add-cheffs-empty-check.tar.gz
remove commented pry bindingif/add-cheffs-empty-check
-rw-r--r--spec/unit/chef_fs/file_system_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/chef_fs/file_system_spec.rb b/spec/unit/chef_fs/file_system_spec.rb
index 7ac413857d..50f20a7a1c 100644
--- a/spec/unit/chef_fs/file_system_spec.rb
+++ b/spec/unit/chef_fs/file_system_spec.rb
@@ -141,7 +141,6 @@ describe Chef::ChefFS::FileSystem do
Chef::ChefFS::FileSystem.resolve_path(fs, '/y').empty?.should be true
end
it 'is not a directory and can\'t be tested /x' do
-#require 'pry'; binding.pry
lambda { Chef::ChefFS::FileSystem.resolve_path(fs, '/x').empty? }.should raise_error(NoMethodError)
end
end