spec/functional/search_spec.rb in riddle-1.4.0 vs spec/functional/search_spec.rb in riddle-1.5.0

- old
+ new

@@ -1,7 +1,7 @@ require 'spec_helper' -describe "Sphinx Searches" do +describe "Sphinx Searches", :live => true do let(:client) { Riddle::Client.new 'localhost', 9313 } it "should return a single hash if a single query" do client.query("smith").should be_kind_of(Hash) end \ No newline at end of file