Sha256: ed07fa905e508c19250bf8fa1fe0cf3eba92b7e5bda656c42ef0b1a5fc6fb5be
Contents?: true
Size: 262 Bytes
Versions: 5
Compression:
Stored size: 262 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Aggregate::StandardDeviation, '#type' do subject { object.type } let(:object) { described_class.new(operand) } let(:operand) { Attribute::Integer.new(:id) } it { should equal(Attribute::Float) } end
Version data entries
5 entries across 5 versions & 2 rubygems