advanced pipeline

This commit is contained in:
2026-08-25 23:50:11 +02:00
parent c8dc153e80
commit 3f5caf947f
30 changed files with 44 additions and 42 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ RSpec.describe WarpEngine::Software, type: :model do
active = create(:software)
create(:software, deleted_at: Time.current)
expect(WarpEngine::Software.kept).to eq([active])
expect(WarpEngine::Software.kept).to eq([ active ])
end
it "includes soft-deleted records without scope" do