From 5d660e0170548799aa5528d7f79306c705b38574 Mon Sep 17 00:00:00 2001 From: Robert Mitwicki Date: Sun, 20 Oct 2019 10:55:18 +0200 Subject: [PATCH] Add instruction about rspec --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d54c21c..1d27b61 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,10 @@ The flow of the parser is pretty simple: All files are stored within output directory. Each time parser will override all files (in most of the case it will just create new one as the name iclude hash link) For more details take a look on the examples or template in 'template/example.csv' + + +# Development + +## Run test + + rake spec