RamblingCookieMonster / RabbitMQTools

PowerShell module containing cmdlets to manage RabbitMQ.
http://ramblingcookiemonster.github.io/RabbitMQ-Intro/
MIT License
31 stars 22 forks source link

Fixes #3, #4, #5 #10

Closed jakauppila closed 8 years ago

jakauppila commented 8 years ago

3 - Modified the AddQueue.Tests.ps1 to use the default (/) vhost rather than assuming "test" exists.

4 - Modified GetItemsFromRabbitMQApi.ps1 to use $defaultComputerName

5 - Added a SetupTest and TearDownTest to GetVirtualHost.Tests.ps1 and RemoveVirtualHosts.ps1 to create the expected vhosts

RamblingCookieMonster commented 8 years ago

Thanks again!