davideisinger.com

My personal website
Log | Files | Refs | README

commit 51e12d9273003eabf3510cfd828b64f9e6c59b37
parent 1914a156238b16e0907ad142477f8fe6d6112cb4
Author: David Eisinger <[email protected]>
Date:   Sun, 28 May 2023 15:58:12 -0400

Test note

Diffstat:
Mcontent/notes/good-tests/index.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/content/notes/good-tests/index.md b/content/notes/good-tests/index.md @@ -28,6 +28,7 @@ _(Notes for a Viget article I'm putting together)_ * Visit a page * Interact with it * Make assertions about the results + * Generally folder per controller, file per action (e.g. `spec/features/posts/create_spec.rb`) * Coverage * We shoot for 100% in SimpleCov (So all the Ruby is tested) * Some consider this too high or too burdensome -- I don't