]> source.dussan.org Git - redmine.git/commit
Pull up #setup and #teardown in API tests.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 30 Nov 2014 15:10:56 +0000 (15:10 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 30 Nov 2014 15:10:56 +0000 (15:10 +0000)
commitd22029083c486bb4d67bee26cf496f642491890c
treed2453eba4852f71e847e0a1529a8e42bf08106d0
parent78e6717ba70f4b5e24012bc29d3e12c0e38adf04
Pull up #setup and #teardown in API tests.

git-svn-id: http://svn.redmine.org/redmine/trunk@13679 e93f8b46-1217-0410-a6f0-8f06a7374b81
22 files changed:
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/enumerations_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/issue_statuses_test.rb
test/integration/api_test/issues_test.rb
test/integration/api_test/memberships_test.rb
test/integration/api_test/news_test.rb
test/integration/api_test/projects_test.rb
test/integration/api_test/queries_test.rb
test/integration/api_test/roles_test.rb
test/integration/api_test/time_entries_test.rb
test/integration/api_test/trackers_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/test_helper.rb