This is an automated email from the ASF dual-hosted git repository.

dottorblaster pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a5f48b  Fix missing apexes in test/elixir/README.md
     new c38a2c2  Merge pull request #2698 from dottorblaster/fix-missing-apexes
8a5f48b is described below

commit 8a5f48b1abc90c195cfef147424e912fbf838f44
Author: Alessio Biancalana <[email protected]>
AuthorDate: Sun Mar 22 12:51:48 2020 +0100

    Fix missing apexes in test/elixir/README.md
---
 test/elixir/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/elixir/README.md b/test/elixir/README.md
index b2ffbc0..4a6e52a 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
 

Reply via email to