Browse Source

Merge pull request #200 from hunner/fix_test

Fix acceptance test for removed section
Bryan Jen 8 years ago
parent
commit
d31803cce6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      spec/acceptance/ini_setting_spec.rb

+ 1 - 1
spec/acceptance/ini_setting_spec.rb

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