Sha256: 4cd57cf676cacb2779b73fbafe545bcb450b1e3621690fc43529b3ffd9288e25

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

require File.dirname(__FILE__) + '/../../../spec_helper'

process_is_foreground do

  not_supported_on :ironruby do
    require 'readline'
    require File.dirname(__FILE__) + '/shared/size'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
readline-ffi-0.0.2 spec/library/readline/history/length_spec.rb