You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can run unit and integration tests for each sub-project by running the respective Rake tasks in their folders.
138
151
139
-
You can also unit, integration, or both tests in the toplevel directory for each sub-project:
152
+
You can also unit, integration, or both tests for all sub-projects from the top-level directory:
140
153
141
-
rake bundle:clean
142
-
rake bundle:install
143
-
bundle exec rake test:all
154
+
rake test:all
144
155
145
156
The test suite expects an Elasticsearch cluster running on port 9250, and **will delete all the data**. You can launch an isolated, in-memory Elasticsearch cluster with the following Rake task:
0 commit comments