summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-03-05 21:53:13 -0300
committerAndré Luis Leal Cardoso Junior <andrehjr@gmail.com>2022-03-05 21:53:13 -0300
commit9dd38f1c87d43de99721813ca727749f837e3b67 (patch)
tree842064fad77f81be86064817bbaad782c131b246
parentc17235896ce966c04fdf530d089de1fc9a4b4848 (diff)
downloadpry-9dd38f1c87d43de99721813ca727749f837e3b67.tar.gz
Remove extra comments
-rw-r--r--spec/commands/hist_spec.rb2
-rw-r--r--spec/history_spec.rb2
2 files changed, 0 insertions, 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