Sha256: 0a783397bfd95274a946ccc52dc2062cd8af793ec1d03dff170d278c3ab28652

Contents?: true

Size: 388 Bytes

Versions: 4

Compression:

Stored size: 388 Bytes

Contents

require 'spec_helper'
module Alf
  module Algebra
    describe Quota do

      let(:operator_class){ Quota }

      it_should_behave_like("An operator class")

      let(:aggs){{:time_sum => Aggregator.sum{ time },
                  :time_max => Aggregator.max{ time }}}

      subject{ a_lispy.quota(an_operand, [:a], [:time], aggs) }

      it { should be_a(Quota) }

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alf-core-0.15.0 spec/unit/alf-algebra/operator/test_quota.rb
alf-core-0.14.0 spec/unit/alf-algebra/operator/test_quota.rb
alf-core-0.13.1 spec/unit/alf-algebra/operator/test_quota.rb
alf-core-0.13.0 spec/unit/alf-algebra/operator/test_quota.rb