1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/spec
2014-01-11 22:42:25 +09:00
..
commands Add spec to ls command. When 'ls -M instance' is called, exception should be raised. 2013-12-23 22:53:17 +09:00
fixtures spec/code_spec.rb: add more tests for $LOAD_PATH behaviour 2013-11-23 22:13:54 +02:00
helpers Remove helpers for spec. Helpers for spec and specs for helper are mixed in spec/helpers, so remove helpers to spec/spec_helpers. 2013-12-21 23:20:42 +09:00
method
spec_helpers Remove helpers for spec. Helpers for spec and specs for helper are mixed in spec/helpers, so remove helpers to spec/spec_helpers. 2013-12-21 23:20:42 +09:00
cli_spec.rb Rename Pry::CLI.process_options to add_option_processor . This method dose not process options but adds option processor, so rename it. 2014-01-11 22:42:25 +09:00
code_object_spec.rb Show method docs for Foo() and class docs for Foo 2013-09-06 14:58:12 -07:00
code_spec.rb spec/code_spec.rb: add more tests for $LOAD_PATH behaviour 2013-11-23 22:13:54 +02:00
command_helpers_spec.rb
command_integration_spec.rb
command_set_spec.rb add CommandSet#[]= spec. 2013-09-22 11:39:10 +02:00
command_spec.rb
completion_spec.rb
control_d_handler_spec.rb
documentation_helper_spec.rb
editor_spec.rb
exception_whitelist_spec.rb
helper.rb Remove helpers for spec. Helpers for spec and specs for helper are mixed in spec/helpers, so remove helpers to spec/spec_helpers. 2013-12-21 23:20:42 +09:00
history_array_spec.rb adds HistoryArray#to_h and spec 2013-12-07 07:09:42 -05:00
history_spec.rb
hooks_spec.rb
indent_spec.rb
method_spec.rb undo whitespace changes 2013-12-11 08:44:49 -08:00
pager_spec.rb Track output size more accurately 2013-11-02 14:20:56 -07:00
Procfile
prompt_spec.rb
pry_defaults_spec.rb
pry_output_spec.rb Stream colorized inspect output into pagers 2013-11-02 14:20:56 -07:00
pry_repl_spec.rb Fix specs on rbx-2.1.0 2013-11-23 18:11:29 -08:00
pry_spec.rb Don't break if __FILE__ is relative and backtrace isn't 2013-07-27 16:14:09 -07:00
pryrc_spec.rb
run_command_spec.rb
sticky_locals_spec.rb
syntax_checking_spec.rb
wrapped_module_spec.rb