rename #setup to #create
This commit is contained in:
parent
b2f4d4d870
commit
b8b40f21f6
5 changed files with 9 additions and 9 deletions
|
|
@ -65,11 +65,11 @@ describe("Unit: Controllers", function() {
|
|||
});
|
||||
});
|
||||
|
||||
describe('Setup Controller', function() {
|
||||
var setupCtrl;
|
||||
describe('Create Controller', function() {
|
||||
var c;
|
||||
beforeEach(inject(function($controller, $rootScope) {
|
||||
scope = $rootScope.$new();
|
||||
setupCtrl = $controller('SetupController', {
|
||||
c = $controller('CreateController', {
|
||||
$scope: scope,
|
||||
});
|
||||
}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue