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
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.
The text was updated successfully, but these errors were encountered:
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.rb
spec by running:call RunCorrespondingSpec()
same for controllers which could also run test in the requests folder.The text was updated successfully, but these errors were encountered: