Skip to content

Commit

Permalink
Added magic utf8 comment for ruby 1.9.
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunemaker <nunemaker@gmail.com>
  • Loading branch information
technicalpickles authored and jnunemaker committed Jul 1, 2009
1 parent 19abd78 commit 9e5b655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/json_test.rb
@@ -1,3 +1,4 @@
# coding: utf-8
require 'test_helper'

class JsonTest < Test::Unit::TestCase
Expand Down Expand Up @@ -62,4 +63,4 @@ class JsonTest < Test::Unit::TestCase
}.should_not raise_error(Crack::ParseError)
end

end
end

0 comments on commit 9e5b655

Please sign in to comment.