fix test from config

This commit is contained in:
Ben Ogle
2013-10-21 16:32:29 -07:00
parent 8ac84359b1
commit ecbb7cad23

View File

@@ -25,7 +25,7 @@ describe "SpacePen extensions", ->
config.set("foo.bar", "hello")
expect(observeHandler).toHaveBeenCalledWith("hello")
expect(observeHandler).toHaveBeenCalledWith("hello", previous: undefined)
observeHandler.reset()
view.unobserveConfig()