test/austin.rb in runeblog-0.2.81 vs test/austin.rb in runeblog-0.2.82

- old
+ new

@@ -71,13 +71,10 @@ File.open(".blogs/views/around_austin/themes/standard/global.lt3", "a") do |f| f.puts vars end #### -debug("** generate_view: #{bold('around_austin')}") -x.generate_view("around_austin") - debug("-- change_view: #{bold('around_austin')}") x.change_view("around_austin") # 1 2 7 8 9 make_post(x, "What's at Stubbs...", <<-EXCERPT, <<-BODY) Stubbs has been around for longer than civilization. @@ -148,11 +145,12 @@ debug debug "** generate_index #{bold("around_austin")}" x.generate_index("around_austin") -debug -x.change_view("around_austin") +debug("** generate_view: #{bold('around_austin')}") +x.generate_view("around_austin") + debug bold("...finished.\n") t1 = Time.now elapsed = t1 - t0