aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/range/begin_spec.rb
blob: 090ae0a24bb814013c795be18ddea6662dd3a397 (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/begin', __FILE__)

describe "Range#begin" do
  it_behaves_like(:range_begin, :begin)
end