summaryrefslogtreecommitdiff
path: root/spec/history_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/history_spec.rb')
-rw-r--r--spec/history_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/history_spec.rb b/spec/history_spec.rb
index 2dc98eec..0c582eec 100644
--- a/spec/history_spec.rb
+++ b/spec/history_spec.rb
@@ -4,8 +4,6 @@ require 'tempfile'
require 'rbconfig'
RSpec.describe Pry::History do
- # different platforms require different types of Readline.
- # so best not to rely on it for these tests:
let(:history) { Pry::History.new }
before do