aboutsummaryrefslogtreecommitdiffstats
path: root/spec/integration/errors_spec.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-05-02 15:55:42 +0100
committerLouise Crow <louise.crow@gmail.com>2013-05-02 15:55:42 +0100
commit1b84df5e1392413822719ef1d4a716665357a2b3 (patch)
tree8c4cd22ac284c95565c199084662f464b638af8f /spec/integration/errors_spec.rb
parentc35b3973726e338857695ab371749db14f4aa5fb (diff)
Add encoding line as we use utf-8 in the tests.
Diffstat (limited to 'spec/integration/errors_spec.rb')
-rw-r--r--spec/integration/errors_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/integration/errors_spec.rb b/spec/integration/errors_spec.rb
index f85186b3d..ed0d7bfec 100644
--- a/spec/integration/errors_spec.rb
+++ b/spec/integration/errors_spec.rb
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
describe "When errors occur" do