]> cat aescling's git repositories - mastodon.git/commitdiff
Fix typo in tag_feed_spec.rb (#16466)
authorIkko Ashimine <eltociear@gmail.com>
Mon, 5 Jul 2021 17:16:21 +0000 (02:16 +0900)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 17:16:21 +0000 (19:16 +0200)
existant -> existent

spec/models/tag_feed_spec.rb

index 17d88eb99938f0d528b721ac71212fb86fc9d7a8..819fe37657774a26236df22747bcff86cefd508d 100644 (file)
@@ -37,7 +37,7 @@ describe TagFeed, type: :service do
       expect(results).to     include both
     end
 
-    it 'handles being passed non existant tag names' do
+    it 'handles being passed non existent tag names' do
       results = described_class.new(tag1, nil, any: ['wark']).get(20)
       expect(results).to     include status1
       expect(results).to_not include status2