cirandas.net

ref: master

plugins/event/test/unit/event_plugin_test.rb


1
2
3
4
5
6
7
8
9
require_relative '../test_helper'

class EventPluginTest < ActiveSupport::TestCase

  should 'not crash' do
    EventPlugin.new
  end

end