improve spec

This commit is contained in:
Sam 2015-08-13 17:57:02 +10:00
parent ecac786f86
commit 0ceca601d8
1 changed files with 1 additions and 1 deletions

View File

@ -445,7 +445,7 @@ describe Search do
it 'can parse complex strings using ts_query helper' do
str = " grigio:babel deprecated? "
str << "page page on Atmosphere](https://atmospherejs.com/grigio/babel)xxx:"
str << "page page on Atmosphere](https://atmospherejs.com/grigio/babel)xxx: aaa'\"bbb"
ts_query = Search.ts_query(str, "simple")
Post.exec_sql("SELECT to_tsvector('bbb') @@ " << ts_query)