Files
redmine/plugins/redmine_contacts/test/fixtures/contacts_settings.yml
T
2026-04-24 22:01:18 +00:00

14 lines
364 B
YAML

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
contacts_setting_001:
name: "redmine_contacts_string_setting"
value: "String value"
project_id: 1
contacts_setting_002:
name: "redmine_contacts_boolean_setting"
value: 1
project_id: 1
contacts_setting_003:
name: "redmine_contacts_float_setting"
value: "10.3"
project_id: 1