fix errors in migration scripts

This commit is contained in:
Thomas Peetz
2025-06-28 18:19:14 +02:00
parent 1be2dcbdfc
commit eab74a62f7
12 changed files with 128 additions and 6 deletions
@@ -0,0 +1,8 @@
require "test_helper"
class PublisherControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get publisher_index_url
assert_response :success
end
end