Merge pull request #335 from jk779/ugly_test_output

Removed Strange Test-Output
This commit is contained in:
Robin Ward 2013-03-02 07:57:47 -08:00
commit 9a7b29e608
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ describe Search do
end end
it 'escapes non alphanumeric characters' do it 'escapes non alphanumeric characters' do
Search.query(':!$);}]>@\#\"\'').should be_blank # There are at least three levels of sanitation for Search.query! Search.query('foo :!$);}]>@\#\"\'').should be_blank # There are at least three levels of sanitation for Search.query!
end end
it 'works when given two terms with spaces' do it 'works when given two terms with spaces' do