remove old test

This commit is contained in:
drusepth 2022-03-21 00:10:26 -07:00
parent 8a461ee65a
commit 292f136aa3

View File

@ -1,9 +1,5 @@
require 'test_helper'
class PageTagsControllerTest < ActionDispatch::IntegrationTest
test "should get remove" do
get page_tags_remove_url
assert_response :success
end
end