Sha256: 05566dc3dbda295c5fb7876e8665b4f70b409fabffd24f75f9adffaf0697584a

Contents?: true

Size: 180 Bytes

Versions: 3

Compression:

Stored size: 180 Bytes

Contents

# encoding: utf-8

require 'spec_helper'

describe Axiom::Types::Infinity, '.succ' do
  subject { object.succ }

  let(:object) { described_class }

  it { should be(object) }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
axiom-types-0.0.5 spec/unit/axiom/types/infinity/class_methods/succ_spec.rb
axiom-types-0.0.4 spec/unit/axiom/types/infinity/class_methods/succ_spec.rb
axiom-types-0.0.3 spec/unit/axiom/types/infinity/class_methods/succ_spec.rb