You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People have expressed interest in running only spec on certain lines in this topic discussion
Something like bin/rspec path.rb:123 or bin/rails test path.rb:123
This seems to be really useful for minitest runner, rspec often comes with the :force tag (but not always). There is no way to force specs on the Minitest runner natively.
Question: How can we implement this without degrading the user experience?
The text was updated successfully, but these errors were encountered:
People have expressed interest in running only spec on certain lines in this topic discussion
Something like
bin/rspec path.rb:123
orbin/rails test path.rb:123
This seems to be really useful for minitest runner, rspec often comes with the
:force
tag (but not always). There is no way to force specs on the Minitest runner natively.Question: How can we implement this without degrading the user experience?
The text was updated successfully, but these errors were encountered: