mirror of
https://github.com/redmine/redmine.git
synced 2025-11-11 07:46:02 +01:00
remove spaces inside {} of CustomFieldTest
git-svn-id: http://svn.redmine.org/redmine/trunk@20372 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -352,7 +352,7 @@ class CustomFieldTest < ActiveSupport::TestCase
|
||||
def test_project_custom_field_visibility
|
||||
project_field = ProjectCustomField.generate!(:visible => false, :field_format => 'list', :possible_values => %w[a b c])
|
||||
project = Project.find(3)
|
||||
project.custom_field_values = { project_field.id => 'a' }
|
||||
project.custom_field_values = {project_field.id => 'a'}
|
||||
|
||||
# Admins can find projects with the field
|
||||
with_current_user(User.find(1)) do
|
||||
|
||||
Reference in New Issue
Block a user