Remove extra comments

This commit is contained in:
André Luis Leal Cardoso Junior 2022-03-05 21:53:13 -03:00
parent c17235896c
commit 9dd38f1c87
2 changed files with 0 additions and 4 deletions

View File

@ -2,8 +2,6 @@
describe "hist" do
before do
# different platforms require different types of Readline.
# so best not to rely on it for these tests:
@hist = Pry.history = Pry::History.new
@str_output = StringIO.new

View File

@ -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