Sha256: 39f9b67fc65e933d315a49aa2466d3641343ff54079d032d64f4a64e66c4a695
Contents?: true
Size: 257 Bytes
Versions: 2
Compression:
Stored size: 257 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Aggregate::Mean, '.default' do subject { object.default } let(:object) { described_class } it_should_behave_like 'an idempotent method' it { should be_frozen } it { should eql([0, nil]) } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
axiom-0.2.0 | spec/unit/axiom/aggregate/mean/class_methods/default_spec.rb |
axiom-0.1.1 | spec/unit/axiom/aggregate/mean/class_methods/default_spec.rb |