Sha256: 8f0b5f6fe72a94828a57d4a311c609fca8388083cbb25dda3ce786a99bc53f53
Contents?: true
Size: 201 Bytes
Versions: 2
Compression:
Stored size: 201 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::Numeric::Division, '#type' do subject { object.type } let(:object) { described_class.new(1, 1) } 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/function/numeric/division/type_spec.rb |
axiom-0.1.1 | spec/unit/axiom/function/numeric/division/type_spec.rb |