test/app_sessions.rb in camping-2.1 vs test/app_sessions.rb in camping-2.1.467

- old
+ new

@@ -34,13 +34,9 @@ class Sessions::Test < TestCase def test_session get '/one' follow_redirect! - - get '/two' follow_redirect! - - get '/three' assert_body "[42, 56, 99]" end end