Files
kontor/kontor-rails/test/controllers/publisher_controller_test.rb
T
2025-06-28 18:19:14 +02:00

9 lines
183 B
Ruby

require "test_helper"
class PublisherControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get publisher_index_url
assert_response :success
end
end