event_plugin_test.rb 139 Bytes Edit Raw Blame History Permalink 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