TranscendComputing / StackStudio

The front end for private and public clouds.
Other
2 stars 0 forks source link

Cloud setup route refactor #126

Closed lifeBCE closed 10 years ago

lifeBCE commented 10 years ago

The large merge recently left cloudSetupView in an outdated state that caused some of the new unit tests to fail. I re-accomplished cloudSetupView logic that the new unit tests required and re-enabled unit tests. All 65 tests are now passing again and application functions properly.

I also mocked up a Console.account object so the new cloudSetupView initialize() method would work properly.

Fixes: #127

cstewart87 commented 10 years ago

:+1: All looks good to me.

@lifeBCE is there an open issue to attach to this PR? If not, maybe we can get one created an attach to this?

lifeBCE commented 10 years ago

Done