Skip to content

Commit

Permalink
Merge pull request #49552 from akhilgkrishnan/update-edge-guide-url
Browse files Browse the repository at this point in the history
Point to Guide instead of edge [skip ci]
  • Loading branch information
skipkayhil committed Oct 9, 2023
2 parents e3e0c64 + 73b2ae0 commit 1dbd2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/upgrading_ruby_on_rails.md
Expand Up @@ -253,7 +253,7 @@ When running tests via `bin/rails test`, the `rake test:prepare` task will run b
the `test:prepare` task, your enhancements will run before your tests. `tailwindcss-rails`, `jsbundling-rails`, and `cssbundling-rails`
enhance this task, as do other third party gems.

See the [Testing Rails Applications](https://edgeguides.rubyonrails.org/testing.html#running-tests-in-continuous-integration-ci) guide for more information.
See the [Testing Rails Applications](https://guides.rubyonrails.org/testing.html#running-tests-in-continuous-integration-ci) guide for more information.

If you run a single file's tests (`bin/rails test test/models/user_test.rb`), `test:prepare` will not run before it.

Expand Down

0 comments on commit 1dbd2fa

Please sign in to comment.