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

Version Path
axiom-0.1.0 spec/unit/axiom/aggregate/standard_deviation/type_spec.rb
veritas-0.0.7 spec/unit/veritas/aggregate/standard_deviation/type_spec.rb
veritas-0.0.6 spec/unit/veritas/aggregate/standard_deviation/type_spec.rb
veritas-0.0.5 spec/unit/veritas/aggregate/standard_deviation/type_spec.rb
veritas-0.0.4 spec/unit/veritas/aggregate/standard_deviation/type_spec.rb