Sha256: 73487b915242f063b74a750d7219bdcd043ff7771908ea45ebc22915838dfdd4

Contents?: true

Size: 291 Bytes

Versions: 1

Compression:

Stored size: 291 Bytes

Contents

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

process_is_foreground do

  not_supported_on :ironruby do
    require 'readline'
    describe "Readline::HISTORY.to_s" do
      it "returns 'HISTORY'" do
        Readline::HISTORY.to_s.should == "HISTORY"
      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/to_s_spec.rb