1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/spec
Conrad Irwin 2202ab775c Move to a fall-through config hash.
This is somewhat easier to understand than the current solution,
but does have some downsides: namely it doesn't work for things like
Pry::Hooks.

It is however the only way I've thought of to let setting
Pry.config.color = work in addition to _pry.config.color =.

For now I've added a hack so that hooks work as they did before,
in future we should work out how to fix them so that only the data
for hooks is stored in the config object, not the hooks object itself.
2014-05-01 01:51:01 -07:00
..
commands Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
fixtures spec/code_spec.rb: add more tests for $LOAD_PATH behaviour 2013-11-23 22:13:54 +02:00
helpers allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
method allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
regression Verify that setting Pry.input avoids loading Readline 2014-04-28 23:00:06 -07:00
spec_helpers Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
cli_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
code_object_spec.rb Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
code_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
command_helpers_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
command_integration_spec.rb Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
command_set_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
command_spec.rb Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
completion_spec.rb input becomes primary argument in #initialize. 2014-04-27 14:13:30 -07:00
config_spec.rb Move to a fall-through config hash. 2014-05-01 01:51:01 -07:00
control_d_handler_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
documentation_helper_spec.rb Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
editor_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
exception_whitelist_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
helper.rb alias clear as 'refresh'. 2014-03-15 03:05:19 +01:00
history_array_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
history_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
hooks_spec.rb Remove deprecated hooks API 2014-04-29 11:13:26 +03:00
indent_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
method_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
pager_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
Procfile Reword foreman instructions without 'cd' 2013-02-08 00:29:02 -06:00
prompt_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
pry_defaults_spec.rb Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
pry_output_spec.rb Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
pry_repl_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
pry_spec.rb Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
pryrc_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
run_command_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
sticky_locals_spec.rb Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
syntax_checking_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00
wrapped_module_spec.rb allow for tests to be run with ease. 2014-03-14 05:31:24 +01:00