Files
fizzy/test/controllers/public/collections/card_previews_controller_test.rb
T
2025-09-24 16:22:42 +02:00

11 lines
192 B
Ruby

require "test_helper"
class Public::Collections::CardPreviewsControllerTest < ActionDispatch::IntegrationTest
setup do
sign_in_as :kevin
collections(:writebook).publish
end
end