summaryrefslogtreecommitdiff
path: root/spec/ruby/core/integer/succ_spec.rb
blob: fc6bd84093108f869f616363b85d62643344b431 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/next', __FILE__)

describe "Integer#succ" do
  it_behaves_like :integer_next, :succ
end