Sha256: 2391165165915f0fb68e8e225392df24c75ba053b1de68009ac68bbbc1d905ab
Contents?: true
Size: 320 Bytes
Versions: 1
Compression:
Stored size: 320 Bytes
Contents
require 'spec_helper' describe Thebes::Sphinxql::Client, "after configuration" do before(:all) { Thebes::Sphinxql::Client.servers = [ { :host => 'localhost', :port => 9009 } ] } subject { Thebes::Sphinxql::Client.new } its(:servers) { should == [{ :host => "localhost", :port => 9009 }] } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thebes-0.0.3 | spec/thebes/sphinxql/client_spec.rb |