elasticsearch_test.rb 268 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 require "#{File.dirname(__FILE__)}/../test_helper" class ElasticsearchTest < ElasticsearchTestHelper should 'be return yellow for health status' do cluster = Elasticsearch::Model.client.cluster assert_equal 'yellow', cluster.health["status"] end end