diff --git a/docs/usage/testing.md b/docs/usage/testing.md index a6f45dca0..830a60a98 100644 --- a/docs/usage/testing.md +++ b/docs/usage/testing.md @@ -17,7 +17,8 @@ Check #75 if you have any problem or doubt. Below are some generic examples which may assist in helping you devise (pun intended) your own tests: ```ruby -# I've called it authentication_test_spec.rb and placed it in the spec/requests folder +# spec/requests/authentication_test_spec.rb + require 'rails_helper' include ActionController::RespondWith