Explorar el Código

Generalize the footer also (#264)

rouzier hace 9 años
padre
commit
719396598a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"