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

describe "Integer#next" do
  it_behaves_like(:integer_next, :next)
end