summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/commands/show_source_spec.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/commands/show_source_spec.rb b/spec/commands/show_source_spec.rb
index f6705f2f..b368d6d8 100644
--- a/spec/commands/show_source_spec.rb
+++ b/spec/commands/show_source_spec.rb
@@ -803,6 +803,7 @@ describe "show-source" do # rubocop:disable Metrics/BlockLength
describe "on commands" do
before do
+ skip
@oldset = Pry.config.commands
@set = Pry.config.commands = Pry::CommandSet.new do
import Pry::Commands
@@ -1785,6 +1786,8 @@ describe "show-source" do # rubocop:disable Metrics/BlockLength
Pry::CommandSet.new { import Pry::Commands }
end
+ before { skip }
+
before { Pry.config.commands = command_set }
after { Pry.config.commands = default_commands }