summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/time_entries_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* fix source indent of test/integration/api_test/time_entries_test.rbToshi MARUYAMA2020-11-291-7/+10
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-0/+34
* Reverted r19669 and r19670 (#32774).Jean-Philippe Lang2020-04-051-38/+0
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-3/+20
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-0/+21
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Use #media_type instead of #content_type to test the MIME type of a response ...Go MAEDA2020-01-271-10/+10
* cleanup: rubocop: fix Layout/AlignArguments in test/integration/api_test/time...Toshi MARUYAMA2019-11-091-19/+34
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Ajax Request Returns 200 but an error event is fired instead of success (#300...Go MAEDA2019-02-051-2/+2
* Adds a few tests.Jean-Philippe Lang2017-07-311-0/+24
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for integration tests.Jean-Philippe Lang2017-06-011-13/+25
* Adds a test for #24297.Jean-Philippe Lang2016-11-181-0/+11
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-2/+2
* 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-8/+5
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Tim...Toshi MARUYAMA2014-01-101-3/+3
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-109/+87
* 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/+2
* Fixed that custom_fields property is ignored for time entries in REST API (#1...Jean-Philippe Lang2012-06-091-0/+15
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Test cleanup.Jean-Philippe Lang2012-01-021-9/+9
* Test cleanup.Jean-Philippe Lang2012-01-021-4/+0
* Rails3: replace "all" fixtures at test/integration/api_test/time_entries_test.rbToshi MARUYAMA2011-09-241-1/+9
* remove trailing white-spaces from test/integration/api_test/time_entries_test...Toshi MARUYAMA2011-08-311-15/+15
* Fixed: GET /time_entries.xml ignores limit/offset parameters (#8356).Jean-Philippe Lang2011-05-221-0/+10
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds REST API for TimeEntries (#6823).Jean-Philippe Lang2010-12-041-0/+134