diff --git a/rakelib/test.rake b/rakelib/test.rake index 1f9675aecba..d87f55816c0 100644 --- a/rakelib/test.rake +++ b/rakelib/test.rake @@ -103,5 +103,6 @@ namespace :test do puts "No links for #{include}".yellow end puts "Found #{includes.size} unlinked includes".red + puts 'Note, some includes such as layout/** can be used implicitly by a theme.' end end