Changeset 625
- Timestamp:
- 09/10/07 22:04:12 (1 year ago)
- Files:
-
- trunk/lib/merb/test/helper.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/merb/test/helper.rb
r622 r625 30 30 Merb::Dispatcher.handle request, res 31 31 end 32 33 def fake_request(path="/",method='GET') 34 method = method.to_s.upcase 35 Merb::Test::FakeRequest.with(path, :request_method => method) 36 end
