Commit e3494e11 authored by Alex Kalderimis's avatar Alex Kalderimis

Ensure created designs do not have cached values

parent 8c0161d0
......@@ -37,6 +37,8 @@ FactoryBot.define do
# and maybe a deletion
run_action[DesignManagement::DesignAction.new(design, :delete)] if evaluator.deleted
end
design.clear_version_cache
end
trait :with_lfs_file do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment