]> source.dussan.org Git - redmine.git/commitdiff
Set encoding to utf-8 for ruby 1.9 compatibility. #4050
authorJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>
Sun, 12 Dec 2010 23:24:45 +0000 (23:24 +0000)
committerJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>
Sun, 12 Dec 2010 23:24:45 +0000 (23:24 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4510 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/lib/redmine/scm/adapters/git_adapter_test.rb

index 9c5ead48b1b0d42b3613a6b6b86413df2d9705e4..bc9959dc6d1e533907f65a6a0ff30dd34281aad2 100644 (file)
@@ -1,3 +1,5 @@
+# encoding: utf-8
+
 require File.expand_path('../../../../../../test_helper', __FILE__)
 
 class GitAdapterTest < ActiveSupport::TestCase