summaryrefslogtreecommitdiffstats
path: root/lib/tasks/testing.rake
Commit message (Expand)AuthorAgeFilesLines
* scm: git: add new test repository which has UTF-8 Emoji committer and comment...Toshi MARUYAMA2020-04-141-1/+1
* Remove frozen_string_literal magic comment from files which are not used when...Go MAEDA2019-03-211-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Replace Minitest.rake_run with Rails::TestUnit::Runner.rake_run for compatibi...Go MAEDA2018-01-011-3/+3
* Removes test:ui rake task replaced by rails test:system.Jean-Philippe Lang2017-07-301-6/+0
* Drop Darcs support (#26391).Jean-Philippe Lang2017-07-251-1/+1
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-18/+12
* set "warning = false" for "rake test:scm:units" and "rake test:scm:functionals"Toshi MARUYAMA2017-03-201-0/+2
* Upgrade to Rails 4.2.0 (#14534).Jean-Philippe Lang2015-01-171-1/+1
* Use simplecov for code coverage, rcov does not support ruby>=1.9.Jean-Philippe Lang2014-12-021-6/+2
* fix "test:routing" rake task comment changed by r13604Toshi MARUYAMA2014-11-181-1/+1
* Isolates all API routing tests to a specific test case.Jean-Philippe Lang2014-11-161-2/+2
* split method for scm test repository extracting (#16881)Toshi MARUYAMA2014-05-141-4/+8
* add :environment to test:scm:setup:create_dir and test:scm:update rake tasks ...Toshi MARUYAMA2014-05-141-2/+2
* rake test aborts with ruby1.8.Jean-Philippe Lang2013-01-291-1/+0
* CI tasks cleanup.Jean-Philippe Lang2013-01-291-0/+1
* Adds first Capybara tests (#12822).Jean-Philippe Lang2013-01-261-0/+7
* Run only unit, functional then integration tests for coverage.Jean-Philippe Lang2012-06-121-2/+1
* Prevent test:scm:setup:* task to overwrite if the test repository already exi...Jean-Philippe Lang2012-03-011-7/+13
* Restore scm rake task.Jean-Philippe Lang2012-01-151-2/+2
* Resourcified repositories for CRUD operations to prepare for multiple SCM per...Jean-Philippe Lang2012-01-151-2/+2
* set "svn:eol-style" native to lib/tasks/testing.rakeToshi MARUYAMA2011-12-241-98/+98
* add new rake task "test:rdm_routing" to run test/integration/routing/*_test.rbToshi MARUYAMA2011-12-241-0/+7
* Exclude gems from test coverage.Jean-Philippe Lang2011-11-271-1/+1
* remove trailing white-spaces from lib/tasks/testing.rake.Toshi MARUYAMA2011-07-141-9/+9
* replace newline LF to CRLF at lib/tasks/testing.rake.Toshi MARUYAMA2011-07-141-2/+2
* scm: change gunzip to tar -z option for scm repository setup in lib/tasks/tes...Toshi MARUYAMA2011-02-111-1/+2
* scm: mercurial: fix r4686 setup mercurial test repository (#7272).Toshi MARUYAMA2011-01-111-1/+2
* scm: mercurial: test:scm:setup:mercurial task can be simpler (#7272).Toshi MARUYAMA2011-01-111-6/+2
* Store the mercurial test repository as a bundle to make it compatible with ol...Jean-Philippe Lang2011-01-101-1/+12
* Adds a rake task test:scm:update to update test repositories if needed.Jean-Philippe Lang2011-01-061-68/+82
* Fixes task description.Jean-Philippe Lang2010-12-201-1/+1
* Adds tasks to run scm tests: test:scm:units, test:scm:functionals and test:scm.Jean-Philippe Lang2010-12-201-0/+27
* Run all tests for coverage.Jean-Philippe Lang2009-11-151-4/+3
* Add test:coverage task.Jean-Philippe Lang2009-11-061-0/+11
* Switch from a custom rcov task to the metric_fu gem.Eric Davis2009-07-271-45/+0
* Codified instructions from RUNNING_TESTS as rake tasks for convenienceEric Davis2009-01-121-0/+30
* No warning about rcov each time a rake task is ran.Jean-Philippe Lang2008-08-151-1/+1
* Extracted rcov options and removed gems from the rcov report.Eric Davis2008-08-131-2/+4
* Added rake tasks to generate rcov code coverage reports. rake -T test:covera...Eric Davis2008-08-131-0/+44