summaryrefslogtreecommitdiff
path: root/spec/ruby/core/integer/next_spec.rb
blob: bc3a9b797f5f2e1ac538df2e510742bf17c04e1f (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