mirror of
https://github.com/redmine/redmine.git
synced 2025-11-10 07:16:03 +01:00
fix source indent of test/integration/repositories_git_test.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@20539 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -31,11 +31,12 @@ class RepositoriesGitTest < Redmine::IntegrationTest
|
||||
def setup
|
||||
User.current = nil
|
||||
@project = Project.find(PRJ_ID)
|
||||
@repository = Repository::Git.create(
|
||||
:project => @project,
|
||||
:url => REPOSITORY_PATH,
|
||||
:path_encoding => 'ISO-8859-1'
|
||||
)
|
||||
@repository =
|
||||
Repository::Git.create(
|
||||
:project => @project,
|
||||
:url => REPOSITORY_PATH,
|
||||
:path_encoding => 'ISO-8859-1'
|
||||
)
|
||||
assert @repository
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user