Report abuse

1
2
3
4
5
class TicketNotificationTest < Test::Unit::TestCase
  def test_should_send_notification_after_creation_of_new_ticket
    ...
  end
end