summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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