mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 23:53:29 +02:00
Unit tests now pass.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user