Fixed issue with UTF-8 characters in code, but no encoding specified.
authorBob Aman <bobaman@google.com>
Fri, 11 May 2012 09:55:00 +0000 (12:55 +0300)
committerBob Aman <bobaman@google.com>
Fri, 11 May 2012 09:55:00 +0000 (12:55 +0300)
spec/google/api_client/discovery_spec.rb

index 371a0b4bed466ec7f9faf8a9459d526a5f132b71..f57055fa9cdb570845a638b9f5419a3dbfa1f989 100644 (file)
@@ -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'