From 9f3e54c759cfb0058de1855b2d6d99939acf6d08 Mon Sep 17 00:00:00 2001 From: Laura Ghiorghisor Date: Wed, 27 Nov 2024 16:25:50 +0000 Subject: [PATCH] Typo in asset model --- spec/models/asset_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/asset_spec.rb b/spec/models/asset_spec.rb index 9136b9e8..62fb9c5b 100644 --- a/spec/models/asset_spec.rb +++ b/spec/models/asset_spec.rb @@ -601,7 +601,7 @@ expect(asset.deleted_at).not_to be_nil end - it "is not inclued in the 'undeleted' scope" do + it "is not included in the 'undeleted' scope" do expect(described_class.undeleted).not_to include(asset) end