Skip to content

Commit

Permalink
[#17] Updated the test-related information in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
karmi committed Jul 6, 2012
1 parent 9cd60e2 commit 0c42ed2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.markdown
Expand Up @@ -19,8 +19,9 @@ You may want to include the `elasticsearch::proxy_nginx` recipe, which will conf
a reverse proxy so you may access _elasticsearch_ remotely with HTTP Authentication. (Be sure to
include a `nginx` cookbook in your node setup as well.)

The cookbook also provides the `elasticsearch::test` recipe, which populates the `test_chef_cookbook`
index with some sample data to check if the installation, the S3 persistence, etc is working.
The cookbook also provides a test case, which can be executed as a part of the Chef run
(via the [Minitest Chef Handler](https://github.com/calavera/minitest-chef-handler) support).
It populates the `test_chef_cookbook` index with some sample data and performs a simple search.


Usage
Expand Down

0 comments on commit 0c42ed2

Please sign in to comment.