aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/action_pack_assertions_test.rb
Commit message (Expand)AuthorAgeFilesLines
* adding that assert_template with :layout will raise ArgumentError for unknown...Carsten Wirth2014-12-161-0/+7
* Expectations firstAkira Matsuda2014-08-181-7/+7
* Merge branch 'master' into loofahRafael Mendonça França2014-08-171-0/+23
|\
| * Fix assert_template for files.Guo Xiang Tan2014-08-141-0/+23
* | Removed require's for html-scanner.Timm2014-06-161-1/+0
* | Removed tag.rb since it has been deprecated.Timm2014-06-151-5/+0
|/
* Prefer assert_raise instead of flunk + rescue to test for exceptionsCarlos Antonio da Silva2013-12-191-10/+6
* Fix incorrect assert_redirected_to failure messageDerek Prior2013-09-191-0/+18
* Fix warningsCarlos Antonio da Silva2013-03-071-2/+2
* Allow use of assert_template with the :file option.Justin Coyne2013-03-011-0/+35
* deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-051-1/+1
* assert_template: validating option keysRoberto Soares2012-11-251-0/+6
* `assert_template` fails with empty string.Roberto Soares2012-11-231-0/+7
* `assert_template` fails with empty string when a template has been renderedRoberto Soares2012-11-231-0/+7
* `assert_template` no more passing with what ever string that matches.Hugo Roque2012-09-291-0/+22
* Move action_controller/vendor/html-scanner to action_viewPiotr Sarnacki2012-08-281-1/+1
* Improve assert_template layout checkingAlexey Vakhov2012-05-041-0/+15
* Fix assert_template :layout => nil assertionAlexey Vakhov2012-05-041-0/+12
* Fix assert_template assertion with :layout optionAlexey Vakhov2012-05-041-0/+10
* Allows assert_redirected_to to accept a regular expressionAndy Lindeman2012-05-031-0/+4
* Remove default match without specified methodJose and Yehuda2012-04-241-10/+10
* Remove deprecation warning from test related to old process apiCarlos Antonio da Silva2012-01-061-1/+1
* Revert "remove deprecated API"Aaron Patterson2012-01-051-1/+1
* remove deprecated APIAaron Patterson2012-01-051-1/+1
* Clean up routes inclusion and add some comments for the next soul that decide...José Valim2012-01-031-14/+0
* be explicit about where helpers are installedAaron Patterson2011-12-301-1/+1
* warning removed "warning: instance variable @variable_for_layout not initiali...Arun Agrawal2011-12-171-0/+1
* Fix bug in assert_template when using only `:layout` optionPrem Sichanugrist2011-12-061-0/+16
* remove unused user_controller from testNeeraj Singh2011-06-081-3/+0
* fix warning during test executionNeeraj Singh2010-11-171-1/+1
* make sure we are only doing sanity checking against regular expressionsAaron Patterson2010-11-151-0/+8
* Reset assert_template instance variables between requests [#5832 state:resolved]Andrew White2010-10-181-0/+8
* _ is not a valid scheme name character, \w includes it and also is redundant ...Emilio Tagua2010-09-291-0/+7
* Use instance_variable_defined? instead instance_variable_get in tests.Emilio Tagua2010-09-281-2/+2
* Use parentheses when using assert_match followed by a regexp to avoid warnings.Emilio Tagua2010-09-271-1/+1
* Cleanup Action Dispatch assertions testsCarlos Antonio da Silva2010-09-061-108/+37
* Cleanup deprecations in Action DispatchCarlos Antonio da Silva2010-09-061-21/+6
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-11/+8
* Remove assert_valid. It was already deprecated on Rails 2.3.José Valim2010-07-191-15/+0
* move assert_template tests to their own test case [#4501 state:resolved]David Chelimsky2010-05-031-41/+46
* Eliminate false positives when passing symbols to assert_templateDavid Chelimsky2010-05-031-4/+25
* Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-171-3/+5
* Remove unneeded AV::Base and AV::Template monkey-patchesCarlhuda2010-03-171-3/+2
* No longer add missing leading / on path args to assert_redirected_to. Depreca...Jeremy Kemper2010-03-021-2/+4
* Remove implicit controller namespacing from new dslJoshua Peek2010-02-281-3/+6
* WIP: Remove the global routerCarlhuda2010-02-251-3/+6
* Use new routing dsl in testsJoshua Peek2009-12-081-11/+11
* Fix isolated running of ActionPackAssertionTestJoshua Peek2009-09-061-0/+1
* Track all AC base subclasses as possible controllers for internal testingJoshua Peek2009-08-251-8/+0
* Cleanup route reloading in tests. Prefer with_routing over using ActionContro...Joshua Peek2009-08-161-6/+2