require_relative 'spec_helper' platform_is_not :darwin do with_feature :readline do describe "Readline.emacs_editing_mode" do it "returns nil" do Readline.emacs_editing_mode.should be_nil end end end end