RailsCasts Pro episodes are now free!

Learn more or hide this

Owen's Profile

GitHub User: owengalenjones

Comments by Owen

Avatar

Hello

I'm having an issue with testing this using Rspec and capybara. I can get and post in Rspec which will set and pass session variables, but when I try and do Capybara request specs I cannot. The end result is that I cannot test any page that has before_filter authorize set on its action.

Thanks,
This is driving me crazy!