2018-03-04 10:09:32 -05:00
|
|
|
require_relative 'spec_helper'
|
2017-05-07 08:04:49 -04:00
|
|
|
|
|
|
|
platform_is_not :darwin do
|
|
|
|
with_feature :readline do
|
|
|
|
describe "Readline.vi_editing_mode" do
|
|
|
|
it "returns nil" do
|
|
|
|
Readline.vi_editing_mode.should be_nil
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|