1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/spec
Kyrylo Silin 77295853bf cli_spec: improve test coverage and refactor
57.14% is covered. We don't cover `on` switches because it's hard to
test them.

We also replace `exit` with `Kernel.exit` because this way we can mock this
method. Not sure why plain `exit` cannot be mocked.
2019-03-15 01:18:58 +02:00
..
commands Factor out gem-* commands to a separate plugin 2019-03-13 00:25:11 +02:00
config
fixtures
helpers
integration Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
method
support
cli_spec.rb cli_spec: improve test coverage and refactor 2019-03-15 01:18:58 +02:00
code_object_spec.rb
code_spec.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
color_printer_spec.rb
command_helpers_spec.rb
command_integration_spec.rb
command_set_spec.rb
command_spec.rb Delete requires_gem remnants 2019-03-13 00:12:28 +02:00
completion_spec.rb
config_spec.rb
control_d_handler_spec.rb
documentation_helper_spec.rb
editor_spec.rb
history_spec.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
hooks_spec.rb
indent_spec.rb
method_spec.rb
pager_spec.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
prompt_spec.rb
pry_defaults_spec.rb
pry_output_spec.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
pry_repl_spec.rb
pry_spec.rb
pryrc_spec.rb
ring_spec.rb
run_command_spec.rb
spec_helper.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
sticky_locals_spec.rb
syntax_checking_spec.rb
unrescued_exceptions_spec.rb
wrapped_module_spec.rb