We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5210ec7 commit fe32554Copy full SHA for fe32554
spec/defines/mount_spec.rb
@@ -108,16 +108,6 @@
108
109
it { is_expected.to contain_mount('/cvmfs/files.example.org').with_options('one,two,three') }
110
end
111
-
112
- context 'with mount_options set to a string' do
113
- let(:params) do
114
- {
115
- mount_options: 'four,five,six',
116
- }
117
- end
118
119
- it { is_expected.to contain_mount('/cvmfs/files.example.org').with_options('four,five,six') }
120
121
122
123
context 'with mount_method mount and a config_repo set on main class' do
0 commit comments