Sha256: 2dbe22d26fa6fda9d20ac89a73f526597159ecc98bd22c11f9d5f7f91683319c
Contents?: true
Size: 624 Bytes
Versions: 10
Compression:
Stored size: 624 Bytes
Contents
require 'spec/spec_helper' describe ThinkingSphinx::Index::Builder do before :each do @builder = Class.new(ThinkingSphinx::Index::Builder) @builder.setup end describe "setup method" do it "should set up the information arrays and properties hash" do @builder.fields.should == [] @builder.attributes.should == [] @builder.conditions.should == [] @builder.properties.should == {} end end describe "indexes method" do end describe "has method" do end describe "where method" do end describe "set_property method" do end end
Version data entries
10 entries across 10 versions & 5 rubygems