Unit tests now pass.

This commit is contained in:
Gunther Brunner
2014-09-04 16:19:58 +09:00
parent 2f172c2fda
commit 02fb1f9add
5 changed files with 6 additions and 10 deletions

View File

@@ -9,10 +9,6 @@ describe('ShellCtrl', function () {
ctrl = $controller('ShellCtrl', {$scope: scope})
}))
it('should have a reference url', inject(function () {
expect(scope.referenceUrl).toEqual('/#!/help/shell')
}))
it('should clear the results', inject(function () {
scope.result = ['result']
scope.run('clear')