summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
...
* test: route: move issue_moves test in test_issues_extra_actions to new fileToshi MARUYAMA2011-12-232-8/+31
* test: route: move groups test to new fileToshi MARUYAMA2011-12-232-12/+32
* test: route: move enumerations test to new fileToshi MARUYAMA2011-12-232-27/+47
* test: route: add account testToshi MARUYAMA2011-12-231-0/+55
* test: route: fix duplicate "test_roles"Toshi MARUYAMA2011-12-231-1/+1
* test: route: move documents test to new fileToshi MARUYAMA2011-12-232-35/+55
* test: route: move messages test to new fileToshi MARUYAMA2011-12-232-36/+56
* code layout clean up test/integration/api_test/users_test.rbToshi MARUYAMA2011-12-231-9/+43
* test: route: move custom_fields test to new fileToshi MARUYAMA2011-12-232-27/+47
* test: route: move boards test to new fileToshi MARUYAMA2011-12-232-38/+60
* test: route: move admin test to new fileToshi MARUYAMA2011-12-232-7/+27
* test: route: move attachments test to new fileToshi MARUYAMA2011-12-232-29/+49
* test: route: move activities test to new fileToshi MARUYAMA2011-12-232-11/+31
* test: replace "should_route" of "versions" to "assert_routing" at integration...Toshi MARUYAMA2011-12-181-26/+86
* test: replace "should_route" of "issue categories" to "assert_routing" at int...Toshi MARUYAMA2011-12-181-24/+82
* test: replace "should_route" of "news" to "assert_routing" at integration/rou...Toshi MARUYAMA2011-12-171-22/+77
* test: replace "should_route" of "queries" to "assert_routing" at integration/...Toshi MARUYAMA2011-12-171-15/+37
* test: replace "should_route" of "timelogs (scoped under project and issues)" ...Toshi MARUYAMA2011-12-171-16/+65
* test: replace "should_route" of "issue relations" to "assert_routing" at inte...Toshi MARUYAMA2011-12-171-16/+59
* test: replace "should_route" of "issues" extra actions to "assert_routing" at...Toshi MARUYAMA2011-12-171-28/+77
* test: replace "should_route" of "users" to "assert_routing" at integration/ro...Toshi MARUYAMA2011-12-171-22/+76
* test: replace "should_route" of "projects" to "assert_routing" at integration...Toshi MARUYAMA2011-12-171-28/+104
* Make sure that tests restore the attachments path to the tmp dir so that fixt...Jean-Philippe Lang2011-12-161-1/+5
* test: replace "should_route" of "timelogs (scoped under issues)" to "assert_r...Toshi MARUYAMA2011-12-161-12/+38
* test: replace "should_route" of "roles" to "assert_routing" at integration/ro...Toshi MARUYAMA2011-12-161-9/+33
* test: replace "should_route" of "repositories" to "assert_routing" at integra...Toshi MARUYAMA2011-12-161-20/+104
* test: replace "should_route" of "timelogs (scoped under project)" to "assert_...Toshi MARUYAMA2011-12-161-12/+39
* test: replace "should_route" of "wiki (singular, project's pages)" to "assert...Toshi MARUYAMA2011-12-161-22/+87
* test: replace "should_route" of "timelogs (global)" to "assert_routing" at in...Toshi MARUYAMA2011-12-161-12/+33
* test: replace "should_route" of "roles" to "assert_routing" at integration/ro...Toshi MARUYAMA2011-12-151-7/+25
* test: replace "should_route" of "messages" to "assert_routing" at integration...Toshi MARUYAMA2011-12-151-9/+34
* test: replace "should_route" of "issues" form update to "assert_routing" at i...Toshi MARUYAMA2011-12-151-10/+29
* test: replace "should_route" of "groups" to "assert_routing" at integration/r...Toshi MARUYAMA2011-12-151-4/+11
* test: replace "should_route" of "documents" to "assert_routing" at integratio...Toshi MARUYAMA2011-12-151-11/+33
* test: replace "should_route" of "issues" REST actions to "assert_routing" at ...Toshi MARUYAMA2011-12-151-15/+61
* test: replace "should_route" of "issue reports" to "assert_routing" at integr...Toshi MARUYAMA2011-12-151-3/+10
* test: replace "should_route" of "members" to "assert_routing" at integration/...Toshi MARUYAMA2011-12-151-2/+5
* test: replace "should_route" of "wikis (plural, admin setup)" to "assert_rout...Toshi MARUYAMA2011-12-151-5/+13
* test: replace "should_route" of "test_custom_fields" to "assert_routing" at i...Toshi MARUYAMA2011-12-151-7/+25
* test: replace "should_route" of "boards" to "assert_routing" at integration/r...Toshi MARUYAMA2011-12-141-11/+36
* test: replace "should_route" of "administration panel" to "assert_routing" at...Toshi MARUYAMA2011-12-141-2/+5
* test: replace "should_route" of "welcome" to "assert_routing" at integration/...Toshi MARUYAMA2011-12-141-2/+5
* test: replace "should_route" of "attachments" to "assert_routing" at integrat...Toshi MARUYAMA2011-12-141-7/+27
* test: replace "should_route" of "activities" to "assert_routing" at integrati...Toshi MARUYAMA2011-12-141-3/+9
* Fixed broken issue form update when changing tracker.Jean-Philippe Lang2011-12-122-0/+11
* Fixed error on project creation due to unrecognized route.Jean-Philippe Lang2011-12-121-0/+4
* Resourcified enumerations.Jean-Philippe Lang2011-12-111-0/+9
* Fixed tests with the valid login url.Jean-Philippe Lang2011-12-101-2/+2
* Explicitly declare all routes and deactivate default route.Etienne Massip2011-12-102-4/+4
* Changed IssuesController#destroy to DELETE only.Jean-Philippe Lang2011-12-101-2/+0