summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Biancalana <dottorblaster@gmail.com>2020-03-23 17:30:05 +0100
committerGitHub <noreply@github.com>2020-03-23 17:30:05 +0100
commitc38a2c27b1ba6fcd9fe929ec2be548a15e2b98c7 (patch)
tree3e2bbfa3671209f957853ebe233a1e2ae28eba74
parent55f704d1e88c8eeaf243477967dea386e4251d29 (diff)
parent8a5f48b1abc90c195cfef147424e912fbf838f44 (diff)
downloadcouchdb-c38a2c27b1ba6fcd9fe929ec2be548a15e2b98c7.tar.gz
Merge pull request #2698 from dottorblaster/fix-missing-apexes
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