Fix action logging in random spec

Esse commit está contido em:
Nathan Sobo
2015-02-02 22:09:25 -07:00
commit cf50ec1861
+1 -1
Ver Arquivo
@@ -1722,8 +1722,8 @@ describe "TextEditorPresenter", ->
referencePresenter = new TextEditorPresenter(presenterParams)
expect(presenter.state).toEqual referencePresenter.state
actions = []
_.times 30, ->
actions = []
performRandomAction (action) -> actions.push(action)
actualState = presenter.state
expectedState = new TextEditorPresenter(presenterParams).state