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

- old
+ new

@@ -1,4 +1,6 @@ +require 'helper' + class Nanoc::CLI::Commands::CreateSiteTest < Nanoc::TestCase def test_create_site_with_existing_name Nanoc::CLI.run %w(create_site foo) assert_raises(::Nanoc::Int::Errors::GenericTrivial) do Nanoc::CLI.run %w(create_site foo)