Skip to content

Instantly share code, notes, and snippets.

@ciaranarcher
Created May 30, 2012 20:37
Show Gist options
  • Save ciaranarcher/2838777 to your computer and use it in GitHub Desktop.
Save ciaranarcher/2838777 to your computer and use it in GitHub Desktop.
Coffee Error
Ciaran-Archers-MacBook-Pro:roman-numerals carcher$ jasmine-node spec --coffee
F
Failures:
1) TestClass should be created
Message:
TypeError: object is not a function
Stacktrace:
TypeError: object is not a function
at Object.CALL_NON_FUNCTION_AS_CONSTRUCTOR (native)
at [object Object].<anonymous> (/Users/carcher/Code/node-projects/katas/roman-numerals/spec/roman_spec.coffee:6:18)
at [object Object].execute (/usr/local/lib/node_modules/jasmine-node/lib/jasmine-node/jasmine-2.0.0.rc1.js:1001:15)
at [object Object].next_ (/usr/local/lib/node_modules/jasmine-node/lib/jasmine-node/jasmine-2.0.0.rc1.js:1790:31)
at [object Object].start (/usr/local/lib/node_modules/jasmine-node/lib/jasmine-node/jasmine-2.0.0.rc1.js:1743:8)
at [object Object].execute (/usr/local/lib/node_modules/jasmine-node/lib/jasmine-node/jasmine-2.0.0.rc1.js:2070:14)
at [object Object].next_ (/usr/local/lib/node_modules/jasmine-node/lib/jasmine-node/jasmine-2.0.0.rc1.js:1790:31)
at [object Object].start (/usr/local/lib/node_modules/jasmine-node/lib/jasmine-node/jasmine-2.0.0.rc1.js:1743:8)
at [object Object].execute (/usr/local/lib/node_modules/jasmine-node/lib/jasmine-node/jasmine-2.0.0.rc1.js:2215:14)
at [object Object].next_ (/usr/local/lib/node_modules/jasmine-node/lib/jasmine-node/jasmine-2.0.0.rc1.js:1790:31)
Finished in 0.009 seconds
1 test, 1 assertion, 1 failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment