This commit is contained in:
Jorge Manrubia
2025-06-26 01:08:55 +02:00
parent 74c97aac01
commit e11d5bef5a
+2 -2
View File
@@ -17,7 +17,7 @@ class Command::StageTest < ActionDispatch::IntegrationTest
end
test "move cards on cards' index page" do
cards = [cards(:logo), cards(:layout), cards(:text)]
cards = [ cards(:logo), cards(:layout), cards(:text) ]
execute_command "/stage #{@new_stage.name}", context_url: collection_cards_url(@card.collection)
@@ -27,7 +27,7 @@ class Command::StageTest < ActionDispatch::IntegrationTest
end
test "undo stage change" do
cards = [cards(:logo), cards(:layout), cards(:text)]
cards = [ cards(:logo), cards(:layout), cards(:text) ]
cards.each { it.change_stage_to @original_stage }
command = parse_command "/stage #{@new_stage.name}", context_url: collection_cards_url(@card.collection)