How about a feature so you can run the corresponding test, for example while editing app/models/user.rb, you could run the spec/models/user_spec.rb spec by running
:call RunCorrespondingSpec() same for controllers which could also run test in the requests folder.
How about a feature so you can run the corresponding test, for example while editing
app/models/user.rb, you could run thespec/models/user_spec.rbspec by running:call RunCorrespondingSpec()same for controllers which could also run test in the requests folder.