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
Copy file name to clipboardexpand all lines: ruby_on_rails/rspec.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -120,9 +120,9 @@ We are now going to write a first test to ensure that the whole configuration is
120
120
121
121
Commit and push your changes! :tada:
122
122
123
-
> ⭐️ `/up` is the defualt Health check path for Rails. [Read about it in the guides](https://edgeapi.rubyonrails.org/classes/Rails/HealthController.html).\
124
-
> If you want to customize the health check and add more checks, you can easily override the class `Rails::HealthController`and add your own checks.\
125
-
> [Here](../templates/app/controllers/rails/health_controller.rb) you find an example that checks also the database connection.
123
+
> ⭐️ The default health check path for Rails is `/up`. [Learn more in the Rails guides](https://edgeapi.rubyonrails.org/classes/Rails/HealthController.html).\
124
+
> To customize the health check and add additional checks, you can override the `Rails::HealthController`class.\
125
+
> You can find an example that also checks the database connection [in this file](../templates/app/controllers/rails/health_controller.rb).
0 commit comments