ManageIQ / manageiq-appliance_console

The console for the ManageIQ appliances.
Apache License 2.0
2 stars 28 forks source link

Fix specs where AwesomeSpawn private interface changed #224

Closed Fryguy closed 10 months ago

Fryguy commented 10 months ago

AwesomeSpawn 1.6 changed the interface to the AwesomeSpawn::CommandResult which is an internal interface, but was used directly by specs.

@agrare Please review.