spec/integration/item_search_spec.rb in sucker-1.0.0.beta.2 vs spec/integration/item_search_spec.rb in sucker-1.0.0.beta.3

- old
+ new

@@ -29,9 +29,9 @@ "SearchIndex" => "Books", "Author" => "George Orwell" } response = worker.get response.should be_valid - response.node("TotalPages").first.should be_an_instance_of String + response.find("TotalPages").first.should be_an_instance_of String end end end