personal-thesis-guidance/test/controllers/admin/thesis_guidance_papers_cont...

10 lines
184 B
Ruby

require 'test_helper'
class Admin::ThesisGuidancePapersControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end