test/helper.rb in nanoc-4.0.0b2 vs test/helper.rb in nanoc-4.0.0b3

- old
+ new

@@ -1,7 +1,5 @@ -# encoding: utf-8 - # Set up gem loading (necessary for cri dependency) require File.dirname(__FILE__) + '/gem_loader.rb' # Load unit testing stuff require 'minitest/test' @@ -105,10 +103,10 @@ File.open('nanoc.yaml', 'w') do |io| io << 'string_pattern_type: legacy' << "\n" io << 'data_sources:' << "\n" io << ' -' << "\n" - io << ' type: filesystem_unified' << "\n" + io << ' type: filesystem' << "\n" io << ' identifier_type: legacy' << "\n" end File.open('Rules', 'w') { |io| io.write(rules_content) } end