فهرست منبع

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