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
Hello! I searched the source code and checked the documentation but I didn't see very much about request specs. Is there anyway to set rspec-toggle-spec-and-target to match something in spec/requests/{model-name}_spec.rb instead of spec/controllers/{model-name}_controller_spec.rb? Controller specs seem to be soft-deprecated and rspec stubs request specs instead of controller specs nowadays.