spec/spotlight_query_spec.rb in spotlight-0.0.5 vs spec/spotlight_query_spec.rb in spotlight-0.0.6

- old
+ new

@@ -39,8 +39,8 @@ result.should be_empty end it "should execute query with empty scope" do result = @query.execute - result.should_not be_empty + result.should_not be_empty end end