links/test/controllers/admin/web_links_controller_test.rb

10 lines
172 B
Ruby

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