mirror of
https://github.com/discourse/discourse.git
synced 2025-03-25 07:55:41 +08:00
fix small typo in search_spec
This commit is contained in:
parent
b5eff93a9d
commit
c22435562d
@ -224,7 +224,7 @@ describe Search do
|
||||
context 'category filter' do
|
||||
let(:results) { Search.query('amazing', nil, 'category') }
|
||||
|
||||
it "returns a user result" do
|
||||
it "returns a category result" do
|
||||
results.detect {|r| r[:type] == 'user'}.should be_blank
|
||||
results.detect {|r| r[:type] == 'category'}.should be_present
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user