Skip to content

Commit 038c97e

Browse files
committedNov 1, 2014
Go back to the normal formatter
1 parent 4813721 commit 038c97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec/spec_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def at_exit(&block)
2828

2929
case
3030
when defined?(NodeJS)
31-
formatter_class = NodeJSDocFormatter
31+
formatter_class = NodeJSFormatter
3232
when `(typeof(window) !== 'undefined')`
3333
if `!!window.OPAL_SPEC_PHANTOM`
3434
require 'phantomjs'

0 commit comments

Comments
 (0)
Please sign in to comment.