aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/range/end_spec.rb
blob: 128f44c3091af39dbde9a3dcab623c8fbb6b413e (plain)
1
2
3
4
5
6
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/end', __FILE__)

describe "Range#end" do
  it_behaves_like(:range_end, :end)
end