Skip to content

Commit fe32554

Browse files
committed
Stop testing deprecated code
1 parent 5210ec7 commit fe32554

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

spec/defines/mount_spec.rb

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,6 @@
108108

109109
it { is_expected.to contain_mount('/cvmfs/files.example.org').with_options('one,two,three') }
110110
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-
end
121111
end
122112

123113
context 'with mount_method mount and a config_repo set on main class' do

0 commit comments

Comments
 (0)