elasticsearch-model/spec/elasticsearch/model/response/aggregations_spec.rb [22:32]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  before(:all) do
    class OriginClass
      def self.index_name;    'foo'; end
    end
  end

  after(:all) do
    remove_classes(OriginClass)
  end

  let(:response_document) do
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



elasticsearch-model/spec/elasticsearch/model/response/response_spec.rb [22:32]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  before(:all) do
    class OriginClass
      def self.index_name;    'foo'; end
    end
  end

  after(:all) do
    remove_classes(OriginClass)
  end

  let(:response_document) do
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



