summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorRyan Fitzgerald <rwfitzge@gmail.com>2014-02-02 19:51:39 -0800
committerRyan Fitzgerald <rwfitzge@gmail.com>2014-02-02 19:51:39 -0800
commit87f8ac439e53c762441ef5743d9eeb4e1e6b48aa (patch)
tree17d0bb24a287e9f38bffd7bd3536eb5fbda450e0 /spec
parent95d0ca534b5dd948005a29f7e3aab46ef63a87cd (diff)
downloadpry-87f8ac439e53c762441ef5743d9eeb4e1e6b48aa.tar.gz
Initialize History lazily, make it work without Readline
Diffstat (limited to 'spec')
-rw-r--r--spec/helper.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/helper.rb b/spec/helper.rb
index 0290d0d6..60193949 100644
--- a/spec/helper.rb
+++ b/spec/helper.rb
@@ -15,9 +15,6 @@ require 'spec_helpers/bacon'
require 'spec_helpers/mock_pry'
require 'spec_helpers/repl_tester'
-# FIXME: temporary until history is fixed to not need Readline
-require 'readline'
-
class Module
public :remove_const
public :remove_method