use quit instead of close. Qiu

This commit is contained in:
Wang Qiu
2013-08-17 18:26:52 +08:00
parent 2c05658593
commit b9f315f0a6
3 changed files with 11 additions and 11 deletions

View File

@@ -19,7 +19,7 @@ module.exports =
@driver =
get: (url) ->
takeScreenshot: => @thenObj
close: ->
quit: ->
@getUrl = sinon.spy @driver, 'get'