Changeset 8910
- Timestamp:
- 02/20/08 03:18:45 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2-0-stable/actionpack/lib/action_controller/test_case.rb
r8838 r8910 63 63 alias_method :setup_without_controller, :setup 64 64 define_method(:setup) do 65 setup_with_fixtures if respond_to?(:setup_with_fixtures) 65 66 setup_with_controller 66 67 setup_without_controller