diff options
author | Gareth Rees <gareth@garethrees.co.uk> | 2017-01-19 11:37:48 +0000 |
---|---|---|
committer | Gareth Rees <gareth@garethrees.co.uk> | 2017-01-19 11:37:48 +0000 |
commit | 64f2f360ec9c27aa9c7545d8ab4678c0af3eaa6c (patch) | |
tree | 301c5bf19b6063de21163a572ea4f949c09c67dc /spec/alavetelitheme_spec.rb | |
parent | b90f36f350f59b93e5bb59aeb4868205579b0ab9 (diff) |
Add encoding line to Ruby files
Fixes https://github.com/mysociety/alavetelitheme/issues/69.
Diffstat (limited to 'spec/alavetelitheme_spec.rb')
-rw-r--r-- | spec/alavetelitheme_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/alavetelitheme_spec.rb b/spec/alavetelitheme_spec.rb index 0bb0fab..b21c954 100644 --- a/spec/alavetelitheme_spec.rb +++ b/spec/alavetelitheme_spec.rb @@ -1,3 +1,4 @@ +# -*- encoding : utf-8 -*- # If defined, ALAVETELI_TEST_THEME will be loaded in config/initializers/theme_loader ALAVETELI_TEST_THEME = 'alavetelitheme' require File.expand_path(File.join(File.dirname(__FILE__),'..','..','..','..','spec','spec_helper')) |