| dcce011 |
2012-05-20 |
Raise Assertion instead of RoutingError for routing asse... |
| 7fd726d |
2011-07-25 |
Paramify param values in controller tests. |
| a7af1e0 |
2011-06-25 |
Get the fixture_path from self.class instead of ActiveSu... |
| 3f0c71c |
2011-05-22 |
use to_param (and change method to name accordingly) |
| 9277e72 |
2011-05-22 |
Stringify param values in controller tests. |
| 13950a8 |
2011-05-17 |
add more robust test for wrapping params with anonymous ... |
| 14d5e3e |
2011-05-17 |
better test name |
| 29e8ca3 |
2011-05-17 |
add failing test for https://github.com/rails/rails/issu... |
| 220782e |
2011-04-23 |
rename test case to better describe use case |
| 8d00dfc |
2011-04-25 |
rename test case to better describe use case |
| a26d407 |
2011-04-13 |
ActionView::PathSet# accepts String or Array |
| f1c13b0 |
2010-11-09 |
use persisted? instead of new_record? wherever possible |
| 1f06652 |
2010-11-09 |
use persisted? instead of new_record? wherever possible |
| 86571a1 |
2010-10-04 |
Add view_assigns and deprecate _assigns for AV::TC on 3-... |
| f656796 |
2010-10-03 |
Rename _assigns to view_assigns in AV::TC |
| 2380c71 |
2010-10-03 |
Added test case to specify that _assigns returns a Hash ... |
| 672ce11 |
2010-09-24 |
only abort in test_help in production env |
| fb4dc1a |
2010-11-15 |
only abort in test_help in production env |
| 32b8be9 |
2010-06-23 |
Expose view via the view() method in AV::TestCase::Behavior |
| 0e0df4b |
2010-06-23 |
In ActionView::TestCase::Behavior, assign variables righ... |
| f29fb0d |
2010-06-22 |
update the list of instance variables that are excluded ... |
| 0576ec4 |
2010-06-22 |
Add support for specifying locals in view tests with ass... |
| 86002a0 |
2010-06-19 |
Support render_template in view tests. Useful for specif... |
| c125116 |
2010-06-13 |
docfix (email instead of emai) |
| d588bbd |
2010-06-12 |
Move ActionMailer::TC to AV::TC::Behavior |
| bdcf70c |
2010-06-08 |
Memoize the object returned by _view in ActionView::Test... |
| e02db06 |
2010-05-26 |
In AV::TC, move protect_against_forgery? from the test_c... |
| d6fec21 |
2010-06-03 |
In AV::TC, move protect_against_forgery? from the test_c... |
| 9ae7e93 |
2010-05-26 |
reorganize tests for AV::TC |
| 70dca37 |
2010-06-03 |
reorganize tests for AV::TC |
| 163152b |
2010-05-26 |
Support configuration of controller.controller_path on i... |
| 35a114a |
2010-05-15 |
Modified default_scope to merge with any pre-existing de... |
| 8e583b6 |
2010-05-24 |
Move AV::TC to AV::TC::Behavior [#4678 state:resolved] |
| 8672a97 |
2010-05-02 |
add NullResolver |
| a304496 |
2010-05-02 |
add tests for FixtureResolver |
| 91125f9 |
2010-05-02 |
move FixtureResolver to a file that is accessible outsid... |
| b3dcbed |
2010-05-03 |
move assert_template tests to their own test case [#4501... |
| 849ab92 |
2010-05-03 |
Eliminate false positives when passing symbols to assert... |
| 176fbfd |
2010-04-26 |
extract ActionController::TestCase::Behavior |
| 864bd9c |
2010-04-25 |
allow unsubscribe by name or subscription [#4433 state:r... |
| 4327ad5 |
2010-04-17 |
access assigns as a method or hash, with strings or symb... |
| a6684ee |
2010-02-22 |
don't set @expected.date in generated mailer test |
| 0855e04 |
2010-05-25 |
fix small doc bug about running single unit test files |
| e09e0a0 |
2010-06-03 |
fix small doc bug about running single unit test files |
| 557e193 |
2007-06-27 |
Prefix nested resource named routes with their action na... |
| 42ebf55 |
2007-05-26 |
Add support for assert_select_rjs with :show and :hide. ... |
| dc4d23f |
2007-05-26 |
Make assert_select's failure messages clearer about what... |