diff --git a/spec/support/chubbies/app.rb b/spec/support/chubbies/app.rb index 0f86e231f..8d55f86d9 100644 --- a/spec/support/chubbies/app.rb +++ b/spec/support/chubbies/app.rb @@ -49,8 +49,6 @@ class Pod < ActiveRecord::Base end end -enable :sessions - helpers do def redirect_uri "http://" + request.host_with_port + "/callback" << "?diaspora_handle=#{params['diaspora_handle']}"