Skip to content

Commit

Permalink
Renaming test + removing unused module 'config'
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeSangoi committed Jan 19, 2015
1 parent cca6e7a commit ab38342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -188,7 +188,7 @@ describe 'settingsService', ->
default_value: false
]

it 'should merge groups when new group has no name', inject (bbSettingsService) ->
it 'should not add a group without name', inject (bbSettingsService) ->
localStorage.clear()
group =
caption: 'Auth related settings'
Expand Down
2 changes: 1 addition & 1 deletion www/base/src/app/settings/settings.controller.coffee
@@ -1,5 +1,5 @@
class Settings extends Controller
constructor: ($scope, config, bbSettingsService) ->
constructor: ($scope, bbSettingsService) ->
# All settings definition
#

Expand Down

0 comments on commit ab38342

Please sign in to comment.