Sha256: 92092ce5c856e5bfed1b15a8fdd382817096c256de13b4d2f0e0188c54c4d641
Contents?: true
Size: 179 Bytes
Versions: 2
Compression:
Stored size: 179 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Aggregate::Mean, '.type' do subject { object.type } let(:object) { described_class } it { should be(Types::Float) } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
axiom-0.2.0 | spec/unit/axiom/aggregate/mean/class_methods/type_spec.rb |
axiom-0.1.1 | spec/unit/axiom/aggregate/mean/class_methods/type_spec.rb |