Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
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