Skip to content

Commit

Permalink
Improve the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonsilva committed Sep 29, 2023
1 parent 01a5618 commit 7c69ac0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

```
Expand Down

0 comments on commit 7c69ac0

Please sign in to comment.