summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/issue_relations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-301-4/+0
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-12/+4
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Iss...Toshi MARUYAMA2014-01-101-1/+1
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-59/+45
* Removed unused fixtures.Jean-Philippe Lang2013-02-111-1/+0
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-221-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-0/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+1
* Test cleanup.Jean-Philippe Lang2012-01-021-5/+5
* Test cleanup.Jean-Philippe Lang2012-01-021-4/+0
* Rails3: replace "all" fixtures at test/integration/api_test/issue_relations_t...Toshi MARUYAMA2011-09-241-1/+9
* remove trailing white-spaces from test/integration/api_test/issue_relations_t...Toshi MARUYAMA2011-08-311-12/+12
* Makes relations resource shallow (#7366).Jean-Philippe Lang2011-07-051-3/+3
* Adds support for GET on /issues/:issue_id/relations (#7366).Jean-Philippe Lang2011-07-041-0/+19
* Adds REST API for issue relations (#7366).Jean-Philippe Lang2011-07-041-0/+83