test/cli/commands/test_create_item.rb in nanoc-3.6.1 vs test/cli/commands/test_create_item.rb in nanoc-3.6.2
- old
+ new
@@ -1,9 +1,7 @@
# encoding: utf-8
-class Nanoc::CLI::Commands::CreateItemTest < MiniTest::Unit::TestCase
-
- include Nanoc::TestHelpers
+class Nanoc::CLI::Commands::CreateItemTest < Nanoc::TestCase
def test_run
with_site do |site|
Nanoc::CLI.run %w( create_item /blah/ )
assert File.file?('content/blah.html')