mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Fix a RuboCop offense Style/ColonMethodCall due to r19699 (#24030).
git-svn-id: http://svn.redmine.org/redmine/trunk@19706 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -592,7 +592,7 @@ class RepositoryGitTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
if File.directory?(REPOSITORY_UTF8_PATH) &&
|
||||
!(Redmine::Database::mysql? && !is_mysql_utf8mb4)
|
||||
!(Redmine::Database.mysql? && !is_mysql_utf8mb4)
|
||||
def test_utf8_emoji
|
||||
repo = Repository::Git.create(
|
||||
:project => @project,
|
||||
|
||||
Reference in New Issue
Block a user