I'm trying to learn how to use JSSpec and I'm having issues with this test. I can't figure out why on earth it fails and I thought maybe one of the MooTools people can share some insight. Here's the relevant code:
http://gist.github.com/244835 I can't understand why it says the test on line 9 states (should be: -90.1) when it really says should_be(0). If I add another "el = new Element('div')" in between the tests, the problem goes away. Any thoughts?
