Hi I'm in middle of investigating why when I run specs individually rspec spec/models/my_model_spec.rb
or just their folders rspec spec/models/
they work but when I run entire suite rspec spec
the suit freeze without error
Is there a way to tell rspec to give me output of which file is he currently checking ?
or some other tool that will help me solve this issue ?
thx