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 3deeeee115 config/default: rename prompt_safe_objects to prompt_safe_contexts
It makes sense to rename it because "objects" we are referring in the context of
prompt are actually prompt "contexts".
2018-10-28 16:07:44 +08:00
..
commands core_extensions: make '__binding__' work with redefined #respond_to? 2018-10-17 23:10:21 +08:00
config
fixtures rubocop: fix offences of the Layout/EmptyLineBetweenDefs cop 2018-10-14 14:40:48 +08:00
helpers rubocop: fix offences of the Style/HashSyntax cop 2018-10-13 03:09:29 +08:00
integration
method
spec_helpers rubocop: fix offences of the Lint/UnneededRequireStatement cop 2018-10-16 04:43:41 +08:00
cli_spec.rb
code_object_spec.rb rubocop: fix offences of the Style/HashSyntax cop 2018-10-13 03:09:29 +08:00
code_spec.rb
color_printer_spec.rb
command_helpers_spec.rb
command_integration_spec.rb rubocop: fix offences of the Style/HashSyntax cop 2018-10-13 03:09:29 +08:00
command_set_spec.rb rubocop: fix offences of the Lint/UnusedMethodArgument cop 2018-10-14 14:56:53 +08:00
command_spec.rb rubocop: fix offences of the Lint/UnusedMethodArgument cop 2018-10-14 14:56:53 +08:00
completion_spec.rb rubocop: fix offences of the Style/HashSyntax cop 2018-10-13 03:09:29 +08:00
config_spec.rb rubocop: fix offences of the Lint/AmbiguousBlockAssociation cop 2018-10-16 04:38:17 +08:00
control_d_handler_spec.rb
documentation_helper_spec.rb
editor_spec.rb
exception_whitelist_spec.rb rubocop: fix offences of the Style/HashSyntax cop 2018-10-13 03:09:29 +08:00
helper.rb rubocop: fix offences of the Lint/AmbiguousBlockAssociation cop 2018-10-16 04:38:17 +08:00
history_spec.rb rubocop: fix offences of the Style/HashSyntax cop 2018-10-13 03:09:29 +08:00
hooks_spec.rb rubocop: fix offences of the Style/HashSyntax cop 2018-10-13 03:09:29 +08:00
indent_spec.rb
method_spec.rb rubocop: fix offences of the Lint/AmbiguousBlockAssociation cop 2018-10-16 04:38:17 +08:00
pager_spec.rb
prompt_spec.rb rubocop: fix offences of the Style/HashSyntax cop 2018-10-13 03:09:29 +08:00
pry_defaults_spec.rb config/default: rename prompt_safe_objects to prompt_safe_contexts 2018-10-28 16:07:44 +08:00
pry_output_spec.rb rubocop: fix offences of the Lint/AmbiguousBlockAssociation cop 2018-10-16 04:38:17 +08:00
pry_repl_spec.rb rubocop: fix offences of the Style/HashSyntax cop 2018-10-13 03:09:29 +08:00
pry_spec.rb Rename HistoryArray to Ring 2018-10-20 00:36:22 +08:00
pryrc_spec.rb rubocop: fix offences of the Style/HashSyntax cop 2018-10-13 03:09:29 +08:00
ring_spec.rb ring: rewrite the class to improve API 2018-10-21 05:31:45 +08:00
run_command_spec.rb rubocop: fix offences of the Style/HashSyntax cop 2018-10-13 03:09:29 +08:00
sticky_locals_spec.rb rubocop: fix offences of the Style/HashSyntax cop 2018-10-13 03:09:29 +08:00
syntax_checking_spec.rb
wrapped_module_spec.rb