Fix tests, remove workflow controllers

This commit is contained in:
Jorge Manrubia
2025-09-28 18:50:26 +02:00
parent b0e62a3a4f
commit e14262dc01
9 changed files with 4 additions and 156 deletions
@@ -1,12 +0,0 @@
require "test_helper"
class Cards::StagingsControllerTest < ActionDispatch::IntegrationTest
setup do
sign_in_as :kevin
end
test "update" do
put card_staging_path(cards(:logo)), params: { stage_id: workflow_stages(:qa_in_progress).id }, as: :turbo_stream
assert_card_container_rerendered(cards(:logo))
end
end