summaryrefslogtreecommitdiff
path: root/spec/ruby/library/readline/spec_helper.rb
blob: 56077c53c4a1cbfb7b0d2d52823362a5f1573ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
require_relative '../../spec_helper'

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