test/unit/response_test.rb in elasticsearch-transport-6.8.1 vs test/unit/response_test.rb in elasticsearch-transport-6.8.2
- old
+ new
@@ -1,5 +1,9 @@
+# Licensed to Elasticsearch B.V under one or more agreements.
+# Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
+# See the LICENSE file in the project root for more information
+
require 'test_helper'
class Elasticsearch::Transport::Transport::ResponseTest < Test::Unit::TestCase
context "Response" do
@@ -10,6 +14,6 @@
response = Elasticsearch::Transport::Transport::Response.new 200, body
assert_equal 'UTF-8', response.body.encoding.name
end unless RUBY_1_8
end
-end
\ No newline at end of file
+end