Sha256: 6306ed7563b827d3ce0507d4132c58ff758e20981ec4ce8473f60f6e843251d9

Contents?: true

Size: 170 Bytes

Versions: 11

Compression:

Stored size: 170 Bytes

Contents

require 'test_helper'

class ExceptionNotificationServerTest < ActiveSupport::TestCase
  test 'truth' do
    assert_kind_of Module, ExceptionNotificationServer
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
exception_notification_server-0.0.11 test/exception_notification_server_test.rb
exception_notification_server-0.0.10 test/exception_notification_server_test.rb
exception_notification_server-0.0.9 test/exception_notification_server_test.rb
exception_notification_server-0.0.8 test/exception_notification_server_test.rb
exception_notification_server-0.0.7 test/exception_notification_server_test.rb
exception_notification_server-0.0.6 test/exception_notification_server_test.rb
exception_notification_server-0.0.5 test/exception_notification_server_test.rb
exception_notification_server-0.0.4 test/exception_notification_server_test.rb
exception_notification_server-0.0.3 test/exception_notification_server_test.rb
exception_notification_server-0.0.2 test/exception_notification_server_test.rb
exception_notification_server-0.0.1 test/exception_notification_server_test.rb