Sha256: 8ca5968c592855b338c2cdf3d102cf93a1e1e5d7f53e301cef04944f861bbb7e

Contents?: true

Size: 183 Bytes

Versions: 2

Compression:

Stored size: 183 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Aggregate::Variance, '.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/variance/class_methods/type_spec.rb
axiom-0.1.1 spec/unit/axiom/aggregate/variance/class_methods/type_spec.rb