mirror of
https://github.com/mattstyles/yeoman-angular-express-plus.git
synced 2026-01-09 14:38:07 -05:00
Added mongo to the list of goodies
This commit is contained in:
@@ -17,7 +17,8 @@ angular.module( 'yoAngularExpressTestApp' )
|
||||
$scope.awesomeServerThings = [
|
||||
'Express',
|
||||
'Hogan',
|
||||
'Socket.io'
|
||||
'Socket.io',
|
||||
'MongoDB'
|
||||
];
|
||||
|
||||
$scope.isCollapsed = true;
|
||||
|
||||
@@ -21,6 +21,6 @@ describe( 'Controller: MainCtrl', function() {
|
||||
} );
|
||||
|
||||
it( 'should attach a list of awesomeServerThings to the scope', function() {
|
||||
expect( scope.awesomeServerThings.length ).toBe( 3 );
|
||||
expect( scope.awesomeServerThings.length ).toBe( 4 );
|
||||
} );
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user