BartlomiejSkwira
5/28/2013 - 4:33 PM

Test response redirect

Test response redirect

describe "submitting to the update action" do
  before { put user_path(user) }
  specify { response.should redirect_to(signin_path) }
end