aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/test_help.rb
Commit message (Expand)AuthorAgeFilesLines
* Use testing lazy-load hooks:Edouard CHIN2018-07-041-10/+11
* Add test parallelization to Railseileencodes2018-02-151-0/+1
* `create_fixtures` doesn't work since at least a94220b66c9e4890007f66b092b25f8...Edouard CHIN2017-12-111-4/+0
* [Railties] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-101-1/+0
* [Railties] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Friendly maintain schema failureKir Shatrov2017-04-301-1/+6
* Remove unnecessary system test codeeileencodes2017-03-031-13/+0
* Only load SystemTestCase if Puma is definedyuuji.yaginuma2017-02-271-2/+2
* Only load SystemTestCase if Capybara is definedeileencodes2017-02-211-5/+10
* Move and rename system testseileencodes2017-02-201-2/+2
* Refactor config settings to use generated fileeileencodes2017-02-201-1/+1
* Turn system testing into it's own gem and renameeileencodes2017-02-201-2/+2
* Appease Rubocopeileencodes2017-02-201-1/+1
* Add skeleton for Rails::SystemTestCaseeileencodes2017-02-201-0/+8
* Avoid documenting private or external classesRobin Dupret2017-02-071-4/+8
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* applies new string literal convention in railties/libXavier Noria2016-08-061-6/+6
* Add `:nodoc:` for internal testing methods [ci skip]Robin Dupret2015-07-281-2/+2
* inline test runner check into `as/testing/autorun.rb`.Yves Senn2015-06-111-4/+1
* Improve test runner's Minitest integration.Kasper Timm Hansen2015-06-041-1/+5
* Use `def before_setup` instead of `setup do`eileencodes2015-05-021-2/+4
* Revert "Use `def setup` instead of `setup do`"eileencodes2015-03-201-4/+2
* Move minitest pluginArthur Neves2015-03-181-6/+1
* Use `def setup` instead of `setup do`eileencodes2015-03-121-2/+4
* introduce `ActiveSupport::Testing::FileFixtures`.Yves Senn2015-01-281-0/+1
* Require action_controller before any other action_controller fileRafael Mendonça França2014-04-101-0/+1
* Automatically maintain test database schemaJon Leighton2014-01-021-0/+2
* Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena...Vipul A M2013-12-181-1/+1
* BACKTRACE environment variable to show unfiltered backtraces.Yves Senn2013-11-041-1/+3
* Added generated unit test for generator generator and new test:generators rak...Josef Šimánek2013-07-161-0/+1
* Don't configure Turn output, we aren't using it since 3.2.0Guillermo Iguaran2013-01-071-7/+0
* Don't require 'turn' from rails/test_helpAaron Suggs2013-01-071-5/+2
* Add active_support/testing/autorunRafael Mendonça França2012-12-311-1/+1
* Rename "Fixtures" class to "FixtureSet"Alexey Muranov2012-10-071-2/+2
* use Rails backtrace in testsFrancesco Rodriguez2012-10-051-0/+4
* update test_help to config properly turn natural language optionFrancesco Rodriguez2012-07-061-1/+4
* Remove IdentityMapCarlos Antonio da Silva2012-03-131-4/+0
* if turn available then MiniTest::Unit.respond_to?(:use_natural_language_case_...Vishnu Atrai2012-01-071-4/+1
* Merge pull request #4360 from rafaelfranca/patch-1Aaron Patterson2012-01-061-13/+6
|\
| * MiniTest is always defined in this caseRafael Mendonça França2012-01-061-8/+6
| * Test::Unit::Util::BacktraceFilter is never definedRafael Mendonça França2012-01-061-5/+0
* | require minitest rather than test/unitAaron Patterson2012-01-061-1/+1
|/
* do not require a file that is not usedAaron Patterson2012-01-051-2/+0
* Modified how to handle if ActiveRecord is defined.Yasuo Honda2011-09-301-1/+1
* Removed AS core_ext/kernel/requires as it's not used and is bad practice.Josh Kalderimis2011-05-231-1/+0
* make turn a soft dependency. generate a Gemfile that contains turn and requir...Aaron Patterson2011-04-081-3/+7
* Moved Turn activation/dependency to railtiesDavid Heinemeier Hansson2011-03-311-0/+8
* Merge remote branch 'rails/master' into identity_mapEmilio Tagua2010-12-201-11/+0
|\