From 7c69ac0b4a51d24576bca4c930dfb5d6e33d6d28 Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Fri, 29 Sep 2023 16:44:17 +0700 Subject: [PATCH] Improve the documentation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe18935..d07e6f3 100644 --- a/README.md +++ b/README.md @@ -65,19 +65,20 @@ end ### 3. Generate the snapshot -Run the tests to generate the snapshot. The tests will pass and the snapshot will be stored in a `snap` file: +Run the tests to generate the snapshot: ``` bundle exec rspec Calendario::Calendar renders the month of january - Generated snapshot: Calendario::Calendar/renders the month of January + Generated snapshot: Calendario::Calendar/renders the month of January <--- NOTICE THIS LINE Finished in 0.02001 seconds (files took 0.22817 seconds to load) 1 example, 0 failures ``` +The tests will pass and the snapshot will be stored in a `snap` file: `spec/fixtures/snapshots/Calendario_Calendar/_render_january/renders_the_month_of_january.snap`: ```