summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/attachments_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Allow attachment thumbnails from REST API (#18707).Jean-Philippe Lang2014-12-261-0/+15
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-301-1/+2
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-14/+5
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Att...Toshi MARUYAMA2014-01-101-2/+2
* 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
* Let the attachment filename be specified on upload (#12125).Jean-Philippe Lang2012-10-181-0/+12
* Added a test for JSON upload.Jean-Philippe Lang2012-09-161-0/+17
* Removed test contexts.Jean-Philippe Lang2012-09-161-76/+66
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-02-251-3/+3
* Better message for file size validation error.Jean-Philippe Lang2012-02-231-0/+11
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-231-0/+35
* Test cleanup.Jean-Philippe Lang2012-01-021-3/+2
* Test cleanup.Jean-Philippe Lang2012-01-021-4/+0
* Make sure that tests restore the attachments path to the tmp dir so that fixt...Jean-Philippe Lang2011-12-161-1/+5
* reset Attachment.storage_path at the end of attachment testsToshi MARUYAMA2011-11-241-5/+5
* Rails3: replace "all" fixtures at test/integration/api_test/attachments_test.rbToshi MARUYAMA2011-09-241-1/+9
* remove trailing white-spaces from test/integration/api_test/attachments_test.rb.Toshi MARUYAMA2011-08-271-11/+11
* REST API for reading attachments (#7671).Jean-Philippe Lang2011-07-181-0/+78