소스 검색

Generalize the footer also (#264)

rouzier 9 년 전
부모
커밋
719396598a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ide-plugin.js

+ 1 - 1
ide-plugin.js

@@ -241,7 +241,7 @@ this.options = {
       '                                               browser_name => "${environment}");\n' +
       "\n",
   footer:
-      "$driver->quit();\n" +
+      "${receiver}->quit();\n" +
       "done_testing();\n",
   indent: "0",
   initialIndents: "0"