Skip to content

Commit 1dbd2fa

Browse files
authored
Merge pull request #49552 from akhilgkrishnan/update-edge-guide-url
Point to Guide instead of edge [skip ci]
2 parents e3e0c64 + 73b2ae0 commit 1dbd2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/upgrading_ruby_on_rails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ When running tests via `bin/rails test`, the `rake test:prepare` task will run b
253253
the `test:prepare` task, your enhancements will run before your tests. `tailwindcss-rails`, `jsbundling-rails`, and `cssbundling-rails`
254254
enhance this task, as do other third party gems.
255255

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

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

0 commit comments

Comments
 (0)