1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-15 21:44:51 +02:00
Yudai Takada dc91d7f64e Remove a case that is not negative examples in the capybara sheet (#2122)
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.
2024-03-22 08:53:55 +11:00
2024-03-22 08:53:26 +11:00
2019-12-13 22:45:47 +00:00
2017-09-27 08:20:11 +08:00
2023-12-14 08:58:10 +11:00
2020-07-06 01:35:26 +10:00
2024-03-22 08:53:26 +11:00
2020-07-05 16:15:00 +10:00
2017-10-23 12:43:26 +08:00
2017-09-21 16:32:26 +08:00
2020-11-26 10:44:23 +11:00
2020-06-22 22:14:35 +10:00
2018-06-27 07:10:51 +08:00
2017-09-21 21:37:13 +08:00
2017-09-21 16:25:42 +08:00
2017-09-04 10:23:45 +08:00
2017-10-10 15:43:39 +08:00
2017-10-27 11:44:31 +08:00
2020-07-05 21:11:36 +10:00
2018-12-06 15:15:40 -07:00
2017-09-21 16:05:49 +08:00
2022-05-08 08:08:26 +10:00
2021-09-10 23:42:46 +10:00
2024-03-16 00:26:36 +11:00
2017-09-20 13:18:48 +08:00
2018-12-25 20:31:39 +08:00
2018-12-06 15:15:40 -07:00
2018-11-19 23:18:50 -07:00
2017-09-21 21:37:13 +08:00
2017-09-21 16:05:49 +08:00
2020-07-04 23:33:09 +10:00
2019-10-09 12:44:58 -07:00
2018-05-14 11:10:48 +08:00
2023-03-14 15:14:48 +11:00
2017-10-27 12:49:12 +08:00
2024-03-16 00:24:53 +11:00
2022-11-01 14:29:15 +11:00
2018-05-02 09:59:19 +08:00
2020-07-04 23:33:09 +10:00
2023-01-31 19:53:46 +11:00
2017-10-16 22:59:57 +08:00
2023-07-19 22:59:31 +10:00
2020-06-15 00:11:02 +10:00
2021-12-13 10:25:41 +11:00
2021-01-07 23:08:33 +11:00
2020-07-06 00:38:31 +10:00
2020-07-05 21:11:36 +10:00
2017-08-30 05:53:47 +08:00
2017-09-02 04:48:13 +08:00
2020-07-04 23:33:09 +10:00
2017-09-12 17:26:34 +08:00
2017-09-20 16:08:11 +08:00
2020-07-04 23:33:09 +10:00
2023-01-31 19:57:10 +11:00
2017-08-30 21:29:08 +08:00
2024-03-22 08:53:26 +11:00
2017-09-20 22:15:19 +08:00
2020-08-03 22:21:29 +10:00
2017-10-19 10:58:05 +08:00
2017-08-29 23:57:21 +08:00
2017-10-18 20:44:41 +08:00
2023-01-04 20:42:50 +11:00
2024-03-22 08:53:26 +11:00
2023-06-23 20:56:53 +10:00
2017-08-30 05:53:47 +08:00
2017-10-29 23:56:20 +08:00
2021-02-11 10:40:13 +11:00
2017-09-04 08:54:06 +08:00
2017-10-22 13:08:21 +02:00
2019-07-07 20:55:30 +10:00
2021-01-07 15:26:30 +11:00
2020-07-04 23:33:09 +10:00
2020-07-04 23:33:09 +10:00
2017-10-27 12:50:39 +08:00
2017-10-02 06:06:27 +08:00
2017-10-16 22:59:57 +08:00
2017-08-31 01:15:45 +08:00
2017-09-01 05:20:31 +08:00
2021-09-27 11:14:30 +10:00
2017-08-30 06:28:48 +08:00
2017-08-30 06:28:48 +08:00
2017-08-29 01:39:39 +08:00
2017-08-30 06:02:03 +08:00
2017-08-30 06:28:48 +08:00
2017-10-29 20:03:37 +08:00
2020-07-04 23:33:09 +10:00
2022-10-05 13:27:04 +11:00
2017-10-19 11:00:43 +08:00
2020-07-04 23:33:09 +10:00
2021-10-07 21:51:13 +11:00
2020-07-04 23:33:09 +10:00
2017-08-29 04:49:27 +08:00
2017-10-30 00:25:02 +08:00
2017-09-08 15:22:25 +08:00
2017-10-15 14:47:53 +08:00
2017-10-29 00:07:10 +08:00
2020-07-04 23:33:09 +10:00
2017-10-27 12:52:26 +08:00
2017-10-11 15:51:59 +08:00
2020-07-05 21:11:36 +10:00
2022-09-14 13:08:20 +10:00
2017-09-21 16:30:07 +08:00
2018-02-20 00:10:17 +08:00
2018-03-17 17:04:18 +08:00
2017-08-30 19:00:41 +08:00
2020-07-04 23:33:09 +10:00
2021-06-20 23:04:30 +10:00
2017-08-30 00:59:07 +08:00
2017-09-04 11:20:35 +08:00
2020-07-04 23:33:09 +10:00
2020-07-04 23:33:09 +10:00
2020-07-05 21:11:36 +10:00
2013-08-24 15:43:10 +08:00
2024-03-22 08:53:26 +11:00
2023-12-14 08:45:49 +11:00
2017-10-15 14:27:15 +08:00
2020-07-04 23:33:09 +10:00
2021-04-16 23:58:10 +10:00
2018-03-03 08:07:02 +08:00
2020-07-04 23:33:09 +10:00
2022-05-19 22:58:57 +10:00
2024-03-16 00:23:32 +11:00
2018-01-17 17:02:23 +08:00
2024-03-22 08:53:26 +11:00
2018-03-03 08:07:10 +08:00
2020-07-05 21:11:36 +10:00
2021-09-12 21:44:49 +10:00
2023-03-13 23:02:33 +11:00
2017-10-11 15:50:52 +08:00
2024-03-16 00:23:32 +11:00
2022-02-14 22:17:06 +11:00
2017-10-27 11:44:31 +08:00
2024-03-22 08:53:26 +11:00
2024-03-16 00:23:32 +11:00
2024-03-16 00:23:32 +11:00
2023-03-13 23:02:33 +11:00
2017-10-19 10:56:18 +08:00
2017-08-29 23:57:21 +08:00
2017-10-27 13:00:27 +08:00
2017-10-27 12:54:28 +08:00
2017-10-23 12:43:26 +08:00
2020-07-05 21:11:36 +10:00
2020-08-03 22:20:05 +10:00
2023-03-13 23:02:33 +11:00
2020-07-04 23:33:09 +10:00
2022-03-16 09:18:01 +11:00
2021-10-21 14:31:36 +11:00
2017-10-11 15:42:24 +08:00
2023-07-19 22:58:25 +10:00
2017-09-20 16:20:16 +08:00
2023-03-13 23:02:33 +11:00
2017-09-20 16:08:11 +08:00
2022-06-03 18:10:34 +10:00
2023-12-14 08:46:17 +11:00
2023-03-13 23:02:33 +11:00
2023-03-13 23:02:33 +11:00
2023-03-13 23:02:33 +11:00
2017-10-18 20:33:52 +08:00
2017-10-18 20:33:52 +08:00
2017-09-04 11:50:52 +08:00
2017-09-09 17:27:23 +08:00
2023-03-13 23:02:33 +11:00
2018-05-13 23:23:28 +08:00
2024-03-22 08:53:26 +11:00
2023-07-20 21:05:28 +10:00
2023-03-13 23:02:33 +11:00
2020-07-05 21:11:36 +10:00
2020-07-09 01:37:49 +10:00
2019-12-26 15:44:39 +01:00
2017-10-18 18:16:22 +08:00
2017-10-18 18:03:09 +08:00
2017-10-30 10:31:46 +08:00
2017-09-26 15:29:08 +08:00
2017-09-20 22:19:09 +08:00
2023-03-13 23:02:33 +11:00
2020-07-04 23:33:09 +10:00
2024-02-15 07:42:47 +11:00
2020-06-23 01:55:02 +10:00
2018-11-16 12:59:38 -07:00

Devhints

TL;DR for developer documentation - a ridiculous collection of cheatsheets

See test builds GitHub pages deploy status Netlify deploy status



devhints.io



See CONTRIBUTING.md for developer notes.

Open in Gitpod

Similar projects

Description
My cheatsheets
Readme 16 MiB
Languages
SCSS 35.1%
TypeScript 33.1%
Astro 21.1%
JavaScript 7.2%
Ruby 3.5%