about summary refs log tree commit diff
path: root/spec
diff options
context:
space:
mode:
authorIkko Ashimine <eltociear@gmail.com>2021-07-06 02:16:21 +0900
committerGitHub <noreply@github.com>2021-07-05 19:16:21 +0200
commit67226acf7e8e91a44dc9599aecb17dcd73a72ea9 (patch)
tree85faeeff131c90fa1fb5370d993cd5bb90057572 /spec
parent1381e0e1d9f27bd108d8b9349896f10ffe996cb2 (diff)
Fix typo in tag_feed_spec.rb (#16466)
existant -> existent
Diffstat (limited to 'spec')
-rw-r--r--spec/models/tag_feed_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/tag_feed_spec.rb b/spec/models/tag_feed_spec.rb
index 17d88eb99..819fe3765 100644
--- a/spec/models/tag_feed_spec.rb
+++ b/spec/models/tag_feed_spec.rb
@@ -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