Skip to content

Commit 4399343

Browse files
committed
Add notification of which module is being tested
Signed-off-by: nmburgan <13688219+nmburgan@users.noreply.github.com>
1 parent 822aa24 commit 4399343

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rakelib/tests.rake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ begin
142142
task :modules do
143143
success = true
144144
run_specs = lambda do |dir|
145+
puts "\n=== Running specs for module '#{File.basename(dir)}' ==="
145146
Dir.chdir(dir) do
146147
sh 'rspec spec' do |ok, _|
147148
success = false unless ok

0 commit comments

Comments
 (0)