Skip to content

Commit

Permalink
! integration spec
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Nov 8, 2010
1 parent 4539977 commit 452085c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/test_project/spec/integration_spec.rb
Expand Up @@ -30,7 +30,7 @@ def ids_of results

# Complex cases
#
it_should_find_ids_in_main_full 'title:le* title:hystoree~', [4, 10, 115, 148, 256, 428, 4, 250, 428]
it_should_find_ids_in_main_full 'title:le* title:hystoree~', [4, 250, 428]
it_should_find_ids_in_main_full 'Hystori~ author:ferg', []
it_should_find_ids_in_main_full 'Hystori~ author:fergu', [4, 4]
it_should_find_ids_in_main_full 'Hystori~ author:fergus', [4, 4]
Expand All @@ -48,7 +48,7 @@ def ids_of results

# Qualifiers
#
it_should_find_ids_in_main_full "title:history author:fergus", [4, 4]
it_should_find_ids_in_main_full "title:history author:fergus", [4]

# Splitting
#
Expand Down

0 comments on commit 452085c

Please sign in to comment.