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

10 lines
177 B
Ruby

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