test/cli/commands/test_prune.rb in nanoc-4.4.5 vs test/cli/commands/test_prune.rb in nanoc-4.4.6
- old
+ new
@@ -1,4 +1,6 @@
+require 'helper'
+
class Nanoc::CLI::Commands::PruneTest < Nanoc::TestCase
def test_run_without_yes
with_site do |_site|
# Set output dir
File.open('nanoc.yaml', 'w') { |io| io.write "output_dir: output2\nstring_pattern_type: legacy\n" }