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
|
def setup
|
||||||
User.current = nil
|
User.current = nil
|
||||||
@project = Project.find(PRJ_ID)
|
@project = Project.find(PRJ_ID)
|
||||||
@repository = Repository::Git.create(
|
@repository =
|
||||||
:project => @project,
|
Repository::Git.create(
|
||||||
:url => REPOSITORY_PATH,
|
:project => @project,
|
||||||
:path_encoding => 'ISO-8859-1'
|
:url => REPOSITORY_PATH,
|
||||||
)
|
:path_encoding => 'ISO-8859-1'
|
||||||
|
)
|
||||||
assert @repository
|
assert @repository
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user