diff options
author | markgibbons <mark.gibbons@nordstrom.com> | 2014-08-02 08:44:19 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-08-21 12:48:11 -0700 |
commit | 1c9a78fac7dd1f33a54c814815cce0368def0504 (patch) | |
tree | aa9aee1be48849e4107af4908b76843954b705a4 /spec/unit/provider | |
parent | 35fe4f050b7e8f93dcf93903c55363d22b2914f6 (diff) | |
download | chef-1c9a78fac7dd1f33a54c814815cce0368def0504.tar.gz |
CHEF-1737: Remove extraneous notes.
Diffstat (limited to 'spec/unit/provider')
-rw-r--r-- | spec/unit/provider/mount/solaris_spec.rb | 10 |
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 } |