test/cli/commands/test_compile.rb in nanoc-4.4.5 vs test/cli/commands/test_compile.rb in nanoc-4.4.6

- old
+ new

@@ -1,4 +1,6 @@ +require 'helper' + class Nanoc::CLI::Commands::CompileTest < Nanoc::TestCase def test_profiling_information with_site do |_site| File.open('content/foo.md', 'w') { |io| io << 'asdf' } File.open('content/bar.md', 'w') { |io| io << 'asdf' }