summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-04-06 01:58:08 +0300
committerKyrylo Silin <silin@kyrylo.org>2019-04-06 01:58:08 +0300
commit8d4cbe49b9acec6109cdc9a2020bfcd40cca4699 (patch)
treeb05f4addf8d5bab8ef33175780b89209e54b7a90 /spec
parent7f4939df98a787191304727911ed616aeba52324 (diff)
downloadpry-8d4cbe49b9acec6109cdc9a2020bfcd40cca4699.tar.gz
spec/command_set: delete unused ctx
Diffstat (limited to 'spec')
-rw-r--r--spec/command_set_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/command_set_spec.rb b/spec/command_set_spec.rb
index de2b1307..1cc381d6 100644
--- a/spec/command_set_spec.rb
+++ b/spec/command_set_spec.rb
@@ -3,14 +3,6 @@ RSpec.describe Pry::CommandSet do
Pry::CommandSet.new { import(Pry::Commands) }
end
- let(:ctx) do
- {
- target: binding,
- command_set: set,
- pry_instance: Pry.new(output: StringIO.new)
- }
- end
-
describe "#new" do
it "merges other set with itself" do
other_set = described_class.new