summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/readline/history/length_spec.rb
blob: 6700d4f2346468749fdb0d54e837c4bbfe7a74ce (plain)
1
2
3
4
5
6
7
8
9
require File.expand_path('../../spec_helper', __FILE__)

with_feature :readline do
  require File.expand_path('../shared/size', __FILE__)

  describe "Readline::HISTORY.length" do
    it_behaves_like :readline_history_size, :length
  end
end