Merge pull request #200 from hunner/fix_test
Fix acceptance test for removed section
This commit is contained in:
commit
d31803cce6
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ describe 'ini_setting resource' do
|
|||
it { should be_file }
|
||||
its(:content) {
|
||||
should match /four = five/
|
||||
should match /\[one\]/
|
||||
should_not match /\[one\]/
|
||||
should_not match /two = three/
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue