@@ -27,7 +27,6 class RepositoryGitTest < ActiveSupport::TestCase | |||||
27 | FELIX_HEX = "Felix Sch\xC3\xA4fer" |
|
27 | FELIX_HEX = "Felix Sch\xC3\xA4fer" | |
28 |
|
28 | |||
29 | def setup |
|
29 | def setup | |
30 | Setting.commit_logs_encoding = 'UTF-8' |
|
|||
31 | @project = Project.find(3) |
|
30 | @project = Project.find(3) | |
32 | @repository = Repository::Git.create( |
|
31 | @repository = Repository::Git.create( | |
33 | :project => @project, |
|
32 | :project => @project, |
General Comments 0
You need to be logged in to leave comments.
Login now