spec/lib/indexers/field_spec.rb in picky-0.0.5 vs spec/lib/indexers/field_spec.rb in picky-0.0.6

- old
+ new

@@ -1,20 +1,9 @@ # encoding: utf-8 # require 'spec_helper' describe Indexers::Field do - - before(:each) do - @type = stub :type, :name => :some_type, :snapshot_table_name => :some_prepared_table_name - @field = stub :field, :indexed_name => :some_indexed_field_name, :name => :some_field_name, :search_index_file_name => :some_index_table - @strategy = Indexers::Field.new @type, @field - @strategy.stub! :indexing_message - end - - describe "chunksize" do - it "should be a specific size" do - @strategy.chunksize.should == 25_000 - end - end - + + + end \ No newline at end of file