Sha256: a68e891b501b22802da6f57705a30ac57cbe36697d981dc200c474a4200850b3
Contents?: true
Size: 312 Bytes
Versions: 1
Compression:
Stored size: 312 Bytes
Contents
require File.dirname(__FILE__) + '/../../../spec_helper' process_is_foreground do not_supported_on :ironruby do require 'readline' describe "Readline::HISTORY" do it "is extended with the Enumerable module" do Readline::HISTORY.should be_kind_of(Enumerable) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
readline-ffi-0.0.2 | spec/library/readline/history/history_spec.rb |