From 9c5463718ed775a6ac3bb1986aa38d02345277f4 Mon Sep 17 00:00:00 2001 From: ffeldhaus Date: Sun, 12 May 2013 22:18:40 +0200 Subject: [PATCH] Changed encoding of text spec to UTF-8 to fix error in Ruby 1.9.3 --- spec/occi/parser/text_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/occi/parser/text_spec.rb b/spec/occi/parser/text_spec.rb index 4676d9e..71091f3 100644 --- a/spec/occi/parser/text_spec.rb +++ b/spec/occi/parser/text_spec.rb @@ -1,3 +1,5 @@ +# encoding: UTF-8 + module Occi module Parser describe Text do