Changeset 1132
- Timestamp:
- 12/25/07 02:15:37 (1 year ago)
- Files:
-
- trunk/spec/merb/handler_spec.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/spec/merb/handler_spec.rb
r684 r1132 67 67 68 68 it "should ask the Dispatcher for the controller and action" do 69 Merb::Dispatcher.should_receive( :handle ).with( @request, @response ) 69 Merb::Dispatcher.should_receive( :handle ).with( @request, @response ).and_return( [@controller, @action] ) 70 70 do_process 71 71 end
