Skip to content

Commit

Permalink
Fix typo "custom-expectations" -> "custom-expectation"
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Apr 11, 2024
1 parent f060cce commit 33c9dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/special-files.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In principle, you should be able to be run your test files in any order or even
Helper files live in `tests/testthat/`, start with `helper`, and end with `.r` or `.R`.
They are sourced by `devtools::load_all()` (so they're available interactively when developing your packages) and by `test_check()` and friends (so that they're available no matter how your tests are executed).

Helper files are a useful place for functions that you've extracted from repeated code in your tests, whether that be test fixtures (`vignette("test-fixtures")`), custom expectations (`vignette("custom-expectations")`), or skip helpers (`vignette("skipping")`).
Helper files are a useful place for functions that you've extracted from repeated code in your tests, whether that be test fixtures (`vignette("test-fixtures")`), custom expectations (`vignette("custom-expectation")`), or skip helpers (`vignette("skipping")`).

## Setup files

Expand Down

0 comments on commit 33c9dc0

Please sign in to comment.