Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Aug 6, 2015
1 parent 6b984c1 commit 88d2d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/pg_search_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
in_title = ModelWithPgSearch.create!(:title => 'foo', :content => 'bar')
in_content = ModelWithPgSearch.create!(:title => 'bar', :content => 'foo')

results = ModelWithPgSearch.search_title_and_content('foo')
results = ModelWithPgSearch.search_title_and_content('foo')
expect(results).to match_array([in_title, in_content])
end

Expand Down

0 comments on commit 88d2d51

Please sign in to comment.