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