1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/spec/commands
Kyrylo Silin d4c653f156 Factor out gem-* commands to a separate plugin
This code doesn't really belong to Pry Core. It is all about RubyGems, but Pry
is all about introspection and debugging. We used to have some gem-* commands in
the past and it wasn't a big issue but now, since we have 7 commands, they
really deserve their own place.

These commands were moved to:
https://github.com/pry/pry-gem
2019-03-13 00:25:11 +02:00
..
cat Add .rspec and require 'helper' from there 2018-11-18 14:04:44 +08:00
amend_line_spec.rb rubocop: fix offences of the Lint/InterpolationCheck cop 2019-03-03 19:52:24 +02:00
bang_spec.rb Add .rspec and require 'helper' from there 2018-11-18 14:04:44 +08:00
cat_spec.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
cd_spec.rb Move Pry::DEFAULT_CONTROL_D_HANDLER to Config 2019-03-09 02:08:53 +02:00
clear_screen_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
disable_pry_spec.rb Add .rspec and require 'helper' from there 2018-11-18 14:04:44 +08:00
edit_spec.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
exit_all_spec.rb Add .rspec and require 'helper' from there 2018-11-18 14:04:44 +08:00
exit_program_spec.rb Add .rspec and require 'helper' from there 2018-11-18 14:04:44 +08:00
exit_spec.rb Add .rspec and require 'helper' from there 2018-11-18 14:04:44 +08:00
find_method_spec.rb Add .rspec and require 'helper' from there 2018-11-18 14:04:44 +08:00
help_spec.rb Add .rspec and require 'helper' from there 2018-11-18 14:04:44 +08:00
hist_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
jump_to_spec.rb rubocop: fix offences of the Style/NestedParenthesizedCalls cop 2019-03-02 13:04:46 +02:00
ls_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
play_spec.rb rubocop: fix offences of the Lint/Debugger cop 2019-03-03 17:48:57 +02:00
raise_up_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
reload_code_spec.rb rubocop: fix the Layout/MultilineMethodCallBraceLayout cop 2019-02-25 00:58:57 +02:00
ri_command_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
save_file_spec.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
shell_command_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
show_doc_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
show_input_spec.rb Add .rspec and require 'helper' from there 2018-11-18 14:04:44 +08:00
show_source_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
watch_expression_spec.rb Add .rspec and require 'helper' from there 2018-11-18 14:04:44 +08:00
whereami_spec.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
wtf_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00