lobby_note_content_test.rb 270 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 require File.dirname(__FILE__) + '/../../test_helper' class NotificationPlugin::LobbyNoteContentTest < ActiveSupport::TestCase should 'create the content type lobby note' do assert_nothing_raised NameError do note = LobbyNoteContent.new end end end