From 9dd38f1c87d43de99721813ca727749f837e3b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Luis=20Leal=20Cardoso=20Junior?= Date: Sat, 5 Mar 2022 21:53:13 -0300 Subject: [PATCH] Remove extra comments --- spec/commands/hist_spec.rb | 2 -- spec/history_spec.rb | 2 -- 2 files changed, 4 deletions(-) diff --git a/spec/commands/hist_spec.rb b/spec/commands/hist_spec.rb index 29abc8cf..789ceff1 100644 --- a/spec/commands/hist_spec.rb +++ b/spec/commands/hist_spec.rb @@ -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 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