test/functional/chat_controller_test.rb
69218a33
 require 'test_helper'
 
 class ChatControllerTest < ActionController::TestCase
   test "should get index" do
     get :index
     assert_response :success
   end
 
 end