Merge pull request #200 from hunner/fix_test

Fix acceptance test for removed section
This commit is contained in:
Bryan Jen 2016-03-01 17:24:57 -07:00
commit d31803cce6

View file

@ -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