Merge "rename LaunchInstanceModal spec describe function"

This commit is contained in:
Jenkins 2016-08-31 17:13:18 +00:00 committed by Gerrit Code Review
commit c5cb5a36a5

View File

@ -16,7 +16,7 @@
(function () {
'use strict';
describe('LaunchInstanceModalController tests', function() {
describe('LaunchInstanceModalService tests', function() {
var service, modal, $window;
beforeEach(module('horizon.dashboard.project'));