summaryrefslogtreecommitdiff
path: root/spec/ruby/library/readline/history/length_spec.rb
blob: 9427d10a00ec3b4f70047671ccd7d7eacd57521d (plain)
1
2
3
4
5
6
7
8
9
require_relative '../spec_helper'

with_feature :readline do
  require_relative 'shared/size'

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