aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing/declarative.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* remove deprecated code. Rely on `describe` provided by minitestAaron Patterson2014-06-101-24/+0
* use method_defined? to check whether or not a method is definedAaron Patterson2014-03-121-1/+1
* Deprecate ActiveSupport::TestCase.describeMike Moore2013-11-271-5/+12
* better documentation for `AS::Testing::Declarative#test`. [ci skip]Yves Senn2013-06-191-3/+6
* Revert "minitest provides "it" and "describe""Rafael Mendonça França2012-12-311-0/+40
* deprecate `describe` without a block.Aaron Patterson2012-07-091-22/+0
* we still need `describe` as the implementation differs from minitestAaron Patterson2012-07-081-0/+22
* minitest provides "it" and "describe"Aaron Patterson2012-07-081-40/+0
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-221-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-4/+4
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-1/+1
* Remove stray checks for Rspec in the testing setup.Carl Lerche2009-06-301-6/+0
* Layouts work in AbstractController. Add support for the rspec runner for T::UYehuda Katz and Carl Lerche2009-04-071-12/+37
* Extract test method declarationJeremy Kemper2008-11-071-0/+21