Changeset 3934
- Timestamp:
- 03/18/06 17:15:22 (3 years ago)
- Files:
-
- trunk/actionpack/test/controller/mime_responds_test.rb (modified) (1 diff)
- trunk/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.rhtml (added)
- trunk/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.rjs (added)
- trunk/actionpack/test/fixtures/respond_to/using_defaults_with_type_list.rxml (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/test/controller/mime_responds_test.rb
r3919 r3934 77 77 78 78 def rescue_action(e) 79 raise unless ActionController::MissingTemplate === e79 raise 80 80 end 81 81 end