1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/spec
2022-03-09 00:16:28 -03:00
..
commands Remove extra comments 2022-03-05 21:53:13 -03:00
config MemoizedValue memoizes nil results (#2053) 2019-06-03 11:09:31 +03:00
fixtures spec/commands/show_{doc,source}: refactor to be order independent 2019-06-15 18:28:00 +03:00
helpers Make #strip_color only remove colors. 2020-10-05 21:57:25 -03:00
integration Fix spec/integration/cli_spec.rb for windows 2022-03-05 21:49:27 -03:00
method
support Remove all remaining .shoulds from the tests 2019-05-30 23:25:18 -05:00
block_command_spec.rb
class_command_spec.rb
cli_spec.rb Remove plugin system in favor of regular requires 2020-03-22 13:02:21 +01:00
code_object_spec.rb spec/code_object: fix broken 'class method lookup' test 2019-06-15 18:35:18 +03:00
code_spec.rb
color_printer_spec.rb
command_integration_spec.rb Attempt to allow pasting multiple lines with leading dots (#2060) 2019-07-11 16:54:10 +03:00
command_set_spec.rb Improve help listing for regex aliases 2020-03-22 14:43:20 -05:00
command_spec.rb Attempt to allow pasting multiple lines with leading dots (#2060) 2019-07-11 16:54:10 +03:00
command_state_spec.rb
completion_spec.rb Fix completion_spec on MRI 2.7.0 2020-03-20 13:33:39 +01:00
config_spec.rb validates file presence in Config#default_rc_file (#2129) 2021-07-01 10:21:14 +03:00
control_d_handler_spec.rb
documentation_helper_spec.rb helpers/documentation: don't colorize twice 2021-04-11 01:02:59 +03:00
editor_spec.rb Ensure files are not shell escaped on windows tests 2022-03-05 21:49:48 -03:00
env_spec.rb Add Pry::Env 2019-06-09 17:11:24 +03:00
exception_handler_spec.rb
history_spec.rb Remove extra comments 2022-03-05 21:53:13 -03:00
hooks_spec.rb
indent_spec.rb fix pry indent frozen error (#2136) 2021-10-11 12:10:14 +03:00
method_spec.rb method: delegate internally-used methods 2020-03-21 16:53:58 +08:00
output_spec.rb Use Pry::Env where it makes sense 2019-06-09 17:47:23 +03:00
pager_spec.rb
prompt_spec.rb
pry_defaults_spec.rb
pry_output_spec.rb
pry_repl_spec.rb Skip spec/pry_repl_spec.rb spec on windows 2022-03-05 21:49:48 -03:00
pry_spec.rb As readline is being lazy required it throws an error when it gets resolved inside the trap signal 2022-03-09 00:16:28 -03:00
pryrc_spec.rb
ring_spec.rb ring: change guard priority so that the value at index can be read 2021-06-28 22:33:20 +03:00
run_command_spec.rb
spec_helper.rb Fix failing build on 2.4 & 2.5 2021-07-09 23:10:43 +03:00
sticky_locals_spec.rb
syntax_checking_spec.rb Add CI support for ruby 3 and fix broken spec 2021-01-02 18:06:21 -06:00
system_command_handler_spec.rb
unrescued_exceptions_spec.rb
warning_spec.rb
wrapped_module_spec.rb