spec/nanoc/regressions/gh_885_spec.rb in nanoc-4.7.9 vs spec/nanoc/regressions/gh_885_spec.rb in nanoc-4.7.10

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + describe 'GH-885', site: true, stdio: true do before do File.write( 'content/index.html', "<%= @items['/hello.*'].compiled_content %> - <%= Time.now.to_f %>",