Hey Joe,
You can use the app's driver to change the location, but the only
problem is that Selenium 2 has a bug that prevents it from responding
when you change just the hash or the relative URL. So if you try doing
the following:
App.driver.open '/darkhorse#discussions/1/add'
The selenium server ends up hanging. I'll need to update Lebowski to
get around this issue, but should also be addressed in Selenium
itself.
-Mike