Remove only from tests

stable
Xavier Julián 2016-09-15 09:52:08 +02:00 committed by David Barragán Merino
parent 9bae924dce
commit d9905b47d9
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ describe "ColorSelector", ->
inject ($controller) -> inject ($controller) ->
controller = $controller controller = $controller
it.only "require Color on Selector", () -> it "require Color on Selector", () ->
colorSelectorCtrl = controller "ColorSelectorCtrl" colorSelectorCtrl = controller "ColorSelectorCtrl"
colorSelectorCtrl.colorList = ["#000000", "#123123"] colorSelectorCtrl.colorList = ["#000000", "#123123"]
colorSelectorCtrl.isColorRequired = false colorSelectorCtrl.isColorRequired = false