Skip to content

Instantly share code, notes, and snippets.

@saimonmoore
Created February 26, 2009 11:18
Show Gist options
  • Select an option

  • Save saimonmoore/70799 to your computer and use it in GitHub Desktop.

Select an option

Save saimonmoore/70799 to your computer and use it in GitHub Desktop.
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