test/cli/commands/test_create_layout.rb in nanoc-3.7.4 vs test/cli/commands/test_create_layout.rb in nanoc-3.7.5

- old
+ new

@@ -1,9 +1,8 @@ # encoding: utf-8 class Nanoc::CLI::Commands::CreateLayoutTest < Nanoc::TestCase - def test_can_compile_new_layout require 'nanoc/cli' Nanoc::CLI.run %w( create_site foo ) @@ -20,7 +19,6 @@ site = Nanoc::Site.new('.') site.load_data site.compile end end - end