# File lib/timeline_fu/macros.rb, line 11
    def should_not_fire_event(event_type, opts = {})
      should "fire #{event_type} on #{opts[:on]}" do
        matcher = fire_event(event_type, opts)

        assert_rejects matcher, self.class.name.gsub(/Test$/, '').constantize
      end
    end