]> source.dussan.org Git - redmine.git/commit
Use Rails 5 syntax for integration tests.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 1 Jun 2017 18:17:27 +0000 (18:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 1 Jun 2017 18:17:27 +0000 (18:17 +0000)
commit966f238da459fda40be8db48904dad7e4266a443
tree33932b6969f6a6a55e8f8c6461de2c837d03ca07
parentb834e81d7f41121fc6d9bef95ee090f8f466493e
Use Rails 5 syntax for integration tests.

git-svn-id: http://svn.redmine.org/redmine/trunk@16586 e93f8b46-1217-0410-a6f0-8f06a7374b81
31 files changed:
test/integration/account_test.rb
test/integration/admin_test.rb
test/integration/api_test/api_test.rb
test/integration/api_test/attachments_test.rb
test/integration/api_test/authentication_test.rb
test/integration/api_test/custom_fields_attribute_test.rb
test/integration/api_test/custom_fields_test.rb
test/integration/api_test/disabled_rest_api_test.rb
test/integration/api_test/files_test.rb
test/integration/api_test/groups_test.rb
test/integration/api_test/issue_categories_test.rb
test/integration/api_test/issue_relations_test.rb
test/integration/api_test/issues_test.rb
test/integration/api_test/memberships_test.rb
test/integration/api_test/projects_test.rb
test/integration/api_test/search_test.rb
test/integration/api_test/time_entries_test.rb
test/integration/api_test/users_test.rb
test/integration/api_test/versions_test.rb
test/integration/api_test/wiki_pages_test.rb
test/integration/application_test.rb
test/integration/attachments_test.rb
test/integration/issues_test.rb
test/integration/lib/redmine/field_format/attachment_format_test.rb
test/integration/lib/redmine/hook_test.rb
test/integration/lib/redmine/menu_manager_test.rb
test/integration/projects_test.rb
test/integration/sessions_test.rb
test/integration/sudo_mode_test.rb
test/integration/users_test.rb
test/test_helper.rb