From 21c0da5f035c5c3edec473b9e4500800598a99d3 Mon Sep 17 00:00:00 2001 From: shiva chetan reddy <84432648+shivachethanreddy@users.noreply.github.com> Date: Wed, 7 Jan 2026 02:18:45 +0530 Subject: [PATCH] Docs: change pending to skip in Capybara spec notice Update comment to reflect use of RSpec skip instead of pending. --- spec/support/capybara_shared.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/capybara_shared.rb b/spec/support/capybara_shared.rb index c0c2082..6596401 100644 --- a/spec/support/capybara_shared.rb +++ b/spec/support/capybara_shared.rb @@ -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. ******************************************************************************