Created
February 26, 2009 11:18
-
-
Save saimonmoore/70799 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| saimon@artemis celerity (master)$ jruby spec/custom_events_spec.rb | |
| .....FFF..F | |
| 1) | |
| 'Mootools Custom Events click event with addEvents should trigger click once event (via addEvents)' FAILED | |
| expected true, got false | |
| spec/custom_events_spec.rb:73: | |
| :1 | |
| 2) | |
| 'Mootools Custom Events click event with addEvents should trigger click twice event (via addEvents)' FAILED | |
| expected true, got false | |
| spec/custom_events_spec.rb:79: | |
| :1 | |
| 3) | |
| 'Mootools Custom Events click event with addEvents should trigger dblclick event (via addEvents)' FAILED | |
| expected true, got false | |
| spec/custom_events_spec.rb:86: | |
| :1 | |
| 4) | |
| 'Mootools Custom Events click event with addEvents should trigger dblclick event (via addEvent with delegation)' FAILED | |
| expected true, got false | |
| spec/custom_events_spec.rb:104: | |
| :1 | |
| Finished in 7.711948 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment