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