Ver código fonte

remove commented out lines from run_js

tags/0.4.0
Ben Cherry 15 anos atrás
pai
commit
5467067bee
1 arquivos alterados com 0 adições e 4 exclusões
  1. +0
    -4
      test/mustache_spec.rb

+ 0
- 4
test/mustache_spec.rb Ver arquivo

@@ -180,10 +180,6 @@ describe "mustache" do


def run_js(runner, js) def run_js(runner, js)
send(runner, js) send(runner, js)
# run_js_rhino(js)
# js_jsc = run_js_jsc(js)
# js_rhino = run_js_rhino(js)
# return js_jsc unless js_jsc != js_rhino
end end


def run_js_jsc(js) def run_js_jsc(js)


Carregando…
Cancelar
Salvar