summaryrefslogtreecommitdiff
path: root/test/javascript/tests/method_override.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/javascript/tests/method_override.js')
-rw-r--r--test/javascript/tests/method_override.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/javascript/tests/method_override.js b/test/javascript/tests/method_override.js
index fa3e5e88f..94d798f96 100644
--- a/test/javascript/tests/method_override.js
+++ b/test/javascript/tests/method_override.js
@@ -11,7 +11,9 @@
// the License.
// Allow broken HTTP clients to fake a full method vocabulary with an X-HTTP-METHOD-OVERRIDE header
+couchTests.elixir = true;
couchTests.method_override = function(debug) {
+ return console.log('done in test/elixir/test/method_override_test.exs');
var result = JSON.parse(CouchDB.request("GET", "/").responseText);
T(result.couchdb == "Welcome");