Sha256: 4a18e5e0e5799e98a050d81417c5ee418bb304fcd52e6e783dded4834c81d277
Contents?: true
Size: 269 Bytes
Versions: 1
Compression:
Stored size: 269 Bytes
Contents
# encoding: utf-8 require 'spec_helper' describe Function::Numeric::Multiplication, '.inverse' do subject { object.inverse } let(:object) { described_class } it_should_behave_like 'an invertible method' it { should equal(Function::Numeric::Division) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
axiom-0.1.0 | spec/unit/axiom/function/numeric/multiplication/class_methods/inverse_spec.rb |