aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/integer/succ_spec.rb
blob: a1405684fc5f5a37232fc0fc557f8d5b6f64876d (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