test/cli/commands/test_update.rb in nanoc-3.6.1 vs test/cli/commands/test_update.rb in nanoc-3.6.2

- old
+ new

@@ -1,9 +1,7 @@ # encoding: utf-8 -class Nanoc::CLI::Commands::UpdateTest < MiniTest::Unit::TestCase - - include Nanoc::TestHelpers +class Nanoc::CLI::Commands::UpdateTest < Nanoc::TestCase def test_stub end end