From 873bf3f01394d0a411daeefd0131af866e9697d1 Mon Sep 17 00:00:00 2001 From: Macartur Sousa Date: Wed, 22 Jun 2016 20:26:17 -0300 Subject: [PATCH] Elasticsearch: Updated readme --- plugins/elasticsearch/README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/plugins/elasticsearch/README.md b/plugins/elasticsearch/README.md index 24cb9d5..c914637 100644 --- a/plugins/elasticsearch/README.md +++ b/plugins/elasticsearch/README.md @@ -30,7 +30,7 @@ Enable plugin Execute the command to enable Elasticsearch Plugin at your noosfero: - $ ./script/noosfero-plugins enable elasticsearch + ``sh $ ./script/noosfero-plugins enable elasticsearch `` Active plugin ------------- @@ -45,4 +45,14 @@ DEVELOPMENT To run tests for Elasticsearch: -Use command 'rspec' +- All elasticsearch Tests: + +``` +$ rake test:noosfero_plugins:elasticsearch:units +``` + +- One Test: + +``` +$ rake test:units TEST=plugins/elasticsearch/test/unit/controllers/elasticsearch_plugin_controller_test.rb +``` -- libgit2 0.21.2