Skip to content

Commit

Permalink
edit test describe
Browse files Browse the repository at this point in the history
  • Loading branch information
shanzi committed Apr 13, 2015
1 parent 40fb443 commit d76c5d4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,7 +7,7 @@ describe 'menuService', ->
_menuServiceProvider = menuServiceProvider
return null

it 'menuService should work well', inject (menuService) ->
it 'should work well', inject (menuService) ->
_menuServiceProvider.items = []
expect(menuService.getItems().length).toBe(0)

Expand Down

0 comments on commit d76c5d4

Please sign in to comment.