瀏覽代碼

Merge pull request #200 from hunner/fix_test

Fix acceptance test for removed section
Bryan Jen 8 年之前
父節點
當前提交
d31803cce6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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