summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Biancalana <dottorblaster@apache.org>2020-03-22 12:51:48 +0100
committerAlessio Biancalana <dottorblaster@apache.org>2020-03-23 16:16:00 +0100
commit8a5f48b1abc90c195cfef147424e912fbf838f44 (patch)
tree3e2bbfa3671209f957853ebe233a1e2ae28eba74
parent55f704d1e88c8eeaf243477967dea386e4251d29 (diff)
downloadcouchdb-8a5f48b1abc90c195cfef147424e912fbf838f44.tar.gz
Fix missing apexes in test/elixir/README.md
-rw-r--r--test/elixir/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/elixir/README.md b/test/elixir/README.md
index b2ffbc047..4a6e52a8e 100644
--- a/test/elixir/README.md
+++ b/test/elixir/README.md
@@ -120,8 +120,8 @@ Bellow we present a few use cases where code-generation is really helpful.
## How to write ExUnit tests
-1. Create new file in test/exunit/ directory (the file name should match *_test.exs)
-2. In case it is a first file in the directory create test_helper.exs (look at src/couch/test/exunit/test_helper.exs to get an idea)
+1. Create new file in test/exunit/ directory (the file name should match `*_test.exs`)
+2. In case it is a first file in the directory create `test_helper.exs` (look at `src/couch/test/exunit/test_helper.exs` to get an idea)
3. define test module which does `use Couch.Test.ExUnit.Case`
4. Define test cases in the module