Browse Source

Fix typo in tag_feed_spec.rb (#16466)

existant -> existent
closed-social-glitch-2
Ikko Ashimine 3 years ago
committed by GitHub
parent
commit
67226acf7e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/models/tag_feed_spec.rb

+ 1
- 1
spec/models/tag_feed_spec.rb View 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

Loading…
Cancel
Save