summaryrefslogtreecommitdiff
path: root/spec/ruby/library/readline/history/size_spec.rb
blob: c55253ccea074f0249176f27caabf79ed2b93c15 (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.size" do
    it_behaves_like :readline_history_size, :size
  end
end