We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab62d3 commit bc863e4Copy full SHA for bc863e4
1 file changed
spec/classes/create_ini_settings_test_spec.rb
@@ -7,19 +7,19 @@
7
:section => 'section1',
8
:setting => 'setting1',
9
:value => 'val1',
10
- :path => '/tmp/foo.ini',
+ :path => '/tmp/foo.ini'
11
)}
12
it { should contain_ini_setting('[section2] setting2').with(
13
:ensure => 'present',
14
:section => 'section2',
15
:setting => 'setting2',
16
:value => 'val2',
17
18
19
it { should contain_ini_setting('[section2] setting3').with(
20
:ensure => 'absent',
21
22
:setting => 'setting3',
23
24
25
end
0 commit comments