jaydoane commented on a change in pull request #1760: test: port coffee.js to Elixir test suite URL: https://github.com/apache/couchdb/pull/1760#discussion_r236024600
########## File path: test/elixir/test/coffee_test.exs ########## @@ -0,0 +1,82 @@ +defmodule CoffeeTest do + use CouchTestCase + + @moduletag :coffee + @headers ["X-Couch-Full-Commit": "false"] Review comment: Not sure if we need this header any more. I ran this test with that header removed, and it also passed. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
