summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/readline/spec_helper.rb
blob: 04ab0f755f6410768f974e51d1aba61122f64a78 (plain)
1
2
3
4
5
6
7
8
9
10
11
require File.expand_path('../../../spec_helper', __FILE__)

begin
  require 'readline'
rescue LoadError
else
  # rb-readline behaves quite differently
  unless defined?(RbReadline)
    MSpec.enable_feature :readline
  end
end