diff --git a/spec/git-repository-async-spec.coffee b/spec/git-repository-async-spec.coffee index e02797074..03c0e624b 100644 --- a/spec/git-repository-async-spec.coffee +++ b/spec/git-repository-async-spec.coffee @@ -353,7 +353,7 @@ describe "GitRepositoryAsync", -> it "emits a status-changed event when a buffer is saved", -> waitsForPromise -> atom.workspace.open('other.txt').then (o) -> - editor = o + editor = o runs -> editor.insertNewline() statusHandler = jasmine.createSpy('statusHandler')