summaryrefslogtreecommitdiff
path: root/spec/unit/provider/mount/solaris_spec.rb
diff options
context:
space:
mode:
authormarkgibbons <mark.gibbons@nordstrom.com>2014-08-02 08:44:19 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-08-21 12:48:11 -0700
commit1c9a78fac7dd1f33a54c814815cce0368def0504 (patch)
treeaa9aee1be48849e4107af4908b76843954b705a4 /spec/unit/provider/mount/solaris_spec.rb
parent35fe4f050b7e8f93dcf93903c55363d22b2914f6 (diff)
downloadchef-1c9a78fac7dd1f33a54c814815cce0368def0504.tar.gz
CHEF-1737: Remove extraneous notes.
Diffstat (limited to 'spec/unit/provider/mount/solaris_spec.rb')
-rw-r--r--spec/unit/provider/mount/solaris_spec.rb10
1 files changed, 1 insertions, 9 deletions
diff --git a/spec/unit/provider/mount/solaris_spec.rb b/spec/unit/provider/mount/solaris_spec.rb
index b912f03458..5b4b33b006 100644
--- a/spec/unit/provider/mount/solaris_spec.rb
+++ b/spec/unit/provider/mount/solaris_spec.rb
@@ -21,15 +21,7 @@ require 'ostruct'
# Do not run these tests on windows because some path handling
# code is not implemented to handle windows paths.
-#
-# nfs mount
-# ufs mount
-# vxfs mount
-# tmp mount
-# cross product with auto, noauto
-# try with reasonable options
-# see if the correct vfstable entry gets generated
-#
+
describe Chef::Provider::Mount::Solaris, :unix_only do
let(:node) { Chef::Node.new }