mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-15 21:44:51 +02:00
dc91d7f64e5bf2fdb079e14d357f96952a320be1
The above case is a new Bad case added by https://github.com/rstacruz/cheatsheets/pull/1798 . It is designated as Bad due to performance issues, but it is not actually a Negative example. In practice, the following would be the same test: ```ruby expect(page).to have_button('Save') !expect(page).to have_button('Save') ``` This is not an example that will appear on the capybara cheat sheet, because it is a problem with how RSpec is written. I think it should be removed because it creates confusion.
Added new Haml cheatsheet. Includes Ruby injection with some examples of variable declaration and output. (#736)
Devhints
TL;DR for developer documentation - a ridiculous collection of cheatsheets
✨ devhints.io ✨
See CONTRIBUTING.md for developer notes.
Similar projects
Description
Languages
SCSS
35.1%
TypeScript
33.1%
Astro
21.1%
JavaScript
7.2%
Ruby
3.5%