webrat/TODO.txt

8 lines
442 B
Plaintext
Raw Normal View History

2008-11-06 18:52:47 +00:00
Add tests for locator strategies
Use Webrat::Methods for Merb and Rails integration
Get file uploads workign with merb
Use a stack for #within to support nested scoping and implicit receivers
2008-10-26 21:02:58 +00:00
Fix #within scoping for forms that exist outside the scope
2008-03-02 20:14:52 +00:00
Make current_url work with redirections
2008-11-06 18:52:47 +00:00
Track the current form based on the location of the last manipulated input, use this as a default for click_button
Verify SSL support in Rails and Merb