relevance / blue-ridge

Framework for JavaScript Testing (currently a Rails Plugin)
http://groups.google.com/group/blueridgejs
MIT License
480 stars 40 forks source link

Upgrading blue-ridge removes Array#reduce on command-line #35

Open coreyhaines opened 14 years ago

coreyhaines commented 14 years ago

Strange.

After upgrading blue-ridge, suddenly my tests are reporting Cannot find function reduce in object

FAILED: #set_percentages No units entered sets percentages to 0 TypeError: Cannot find function reduce in object 0,0,0,0.

This happens when running the rake task or trying to use Array#reduce in the js shell. I'm working on stripping as much as I can out of the loading of the shell to narrow it down.

Anyone seen this?