Re: [Rails] Capybara with redirect

2013-05-12 Thread tamouse mailing lists
On Sun, May 12, 2013 at 3:11 PM, Assaf Shomer wrote: > I am having an issue where a feature works fine but the corresponding > test fails, and I can't understand why. > I created a mock application to demonstrate the problem. > > https://github.com/assafshomer/clear_button > > All it does is show

[Rails] Capybara with redirect

2013-05-12 Thread Assaf Shomer
I am having an issue where a feature works fine but the corresponding test fails, and I can't understand why. I created a mock application to demonstrate the problem. https://github.com/assafshomer/clear_button All it does is show an input form with a clear button. The clearing happens by redirec