diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2014-11-23 02:06:13 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2014-11-23 02:25:58 -0700 |
| commit | 4d0ae51641c773004355879f5642eb18b6046dce (patch) | |
| tree | 12493c2213005910ce845678a13cb484666233e5 /features | |
| parent | 30a50f89ae864a22cd386c5269b1863182815588 (diff) | |
add UTF-8 encoding header to all Ruby files with logic
Diffstat (limited to 'features')
| -rw-r--r-- | features/step_definitions.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/step_definitions.rb b/features/step_definitions.rb index d334b2c6..3c0ae6f5 100644 --- a/features/step_definitions.rb +++ b/features/step_definitions.rb @@ -1,3 +1,4 @@ +# encoding: UTF-8 ASCIIDOCTOR_PROJECT_DIR = File.dirname File.dirname(__FILE__) Dir.chdir ASCIIDOCTOR_PROJECT_DIR |
