We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Remove outdated Capybara `have_no` recommendation (now enforced by rubocop in https://github.com/openfoodfoundation/openfoodnetwork/pull/12224)
Remove outdated viewport-units restriction (it's been supported for over 10 years now)
Add note about query services (https://github.com/openfoodfoundation/openfoodnetwork/pull/12203)
Remove redundant note about public_send (It's already verified by rubocop)
Add introduction
Explain I18n.t in spec convention because it has been divisive
Invert convention on using I18n in specs
Updated Code Conventions (markdown)
Move Test > Gotchas section to new page /Automated-Testing-Gotchas (HEAD 5b34302)
Add section for designing tests to pass regardless of time of execution
Add section for testing gotcha related to multiple consecutive spaces in HTML
Add section about using escape_javascript when inserting Ruby strings into JS or Angular expressions
Created Code Conventions (markdown)