From 925f2b7278f0ff5945b039d8050b8560dba72043 Mon Sep 17 00:00:00 2001 From: Bob Aman Date: Fri, 11 May 2012 12:55:00 +0300 Subject: [PATCH] Fixed issue with UTF-8 characters in code, but no encoding specified. --- spec/google/api_client/discovery_spec.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/google/api_client/discovery_spec.rb b/spec/google/api_client/discovery_spec.rb index 371a0b4be..f57055fa9 100644 --- a/spec/google/api_client/discovery_spec.rb +++ b/spec/google/api_client/discovery_spec.rb @@ -1,3 +1,5 @@ +# encoding:utf-8 + # Copyright 2010 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + require 'spec_helper' gem 'faraday', '~> 0.7.0'