Files
fizzy/test/controllers/public/collections/card_previews_controller_test.rb
T
Jorge Manrubia 1b39e0b45e Format
2025-09-28 11:18:54 +02:00

10 lines
191 B
Ruby

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