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