Skip to content

Commit

Permalink
spec/media_wiki/utils_spec.rb: Fix for Ruby 1.9.
Browse files Browse the repository at this point in the history
Ruby 2.0 changed default source file encoding to UTF-8.
  • Loading branch information
blackwinter committed Oct 23, 2014
1 parent 64a86a6 commit 8f5fb6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/media_wiki/utils_spec.rb
@@ -1,3 +1,5 @@
# encoding: utf-8

describe MediaWiki::Utils do

describe '::get_path_to_subpage' do
Expand Down

0 comments on commit 8f5fb6f

Please sign in to comment.