Enable all projections in MiniNode

Hi,

How can I enable all projections for integration tests in the MiniNode?

Best regards

Kasper Nørtoft

have you considered using the embedded client instead?

You can use the restful api or the ProjectionsManager (which is just a wrapper):

https://github.com/EventStore/EventStore/blob/master/src/EventStore.ClientAPI/ProjectionsManager.cs

The same would work for mini nice btw