mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-31 20:26:34 -04:00
- Migrated legacy `.should` syntax to modern `expect(...).to` syntax. - Added explicit expectations to view and routing specs that were missing them. - Added basic assertions to Percy feature tests to ensure page load before snapshot. - Enabled `RSpec/NoExpectationExample` by removing it from `.rubocop_todo.yml`. - Added targeted exclusion for `spec/features/percy/percy_spec.rb` in `.rubocop.yml`. Co-authored-by: CloCkWeRX <365751+CloCkWeRX@users.noreply.github.com>