Set encoding to utf-8 for ruby 1.9 compatibility. #4050

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4510 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/351/head
Jean-Baptiste Barth 14 years ago
parent 17f86d964f
commit 9ac043a096
  1. 2
      test/unit/lib/redmine/scm/adapters/git_adapter_test.rb

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

Loading…
Cancel
Save