Sha256: 60368696f1dd6163e716242e88bb335212f78dca9afb0edf5a989f623a8e9bd1

Contents?: true

Size: 266 Bytes

Versions: 5

Compression:

Stored size: 266 Bytes

Contents

require 'spec_helper'

describe "Reducers" do
  describe :count do
    include_context "reducers"
    it_behaves_like 'a processor', :named => :count
    it "should emit the total count of records" do
      processor.given(*strings).should emit(4)
    end
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
ul-wukong-4.1.1 spec/wukong/widget/reducers/count_spec.rb
ul-wukong-4.1.0 spec/wukong/widget/reducers/count_spec.rb
wukong-4.0.0 spec/wukong/widget/reducers/count_spec.rb
wukong-3.0.1 spec/wukong/widget/reducers/count_spec.rb
wukong-3.0.0 spec/wukong/widget/reducers/count_spec.rb