Created: Sat Feb 23 06:10:16 UTC 2008
diff --git a/mspec/runner/mspec.rb b/mspec/runner/mspec.rb
index 707a7fb..f8bd662 100644
--- a/mspec/runner/mspec.rb
+++ b/mspec/runner/mspec.rb
@@ -22,10 +22,13 @@ module MSpec
     return unless files = retrieve(:files)

     files.each do |file|
+      puts file
+      print '  '
       store :file, file
       actions :load
       protect("loading #{file}") { Kernel.load file }
       actions :unload
+      puts
     end
   end