Docs: change pending to skip in Capybara spec notice

Update comment to reflect use of RSpec skip instead of pending.
This commit is contained in:
shiva chetan reddy
2026-01-07 02:18:45 +05:30
committed by GitHub
parent 757262b91b
commit 21c0da5f03
+1 -1
View File
@@ -24,7 +24,7 @@ def verifying_fixed?
These same specs will pass if you set the #{maintainer_env_name} ENV variable.
**NOTE: The RSpec pending feature is used to toggle the outcome of these specs
**NOTE: The RSpec skip feature is used to toggle the outcome of these specs
between Training mode and RailsGoat Maintainer mode. When the vulnerabilities
are removed, the specs will pass instead. Try to get a fully passing suite.
******************************************************************************