pry--pry/spec
robert 3ce1fb9bb7 fix warning about unused variable on 2.4
the variable isn't unused, but ruby isn't smart enough to detect
how it's used (inside eval).
2017-06-04 22:25:55 +01:00
..
commands fix 2.4 warning in edit command and specs about deprecated constant (Fixnum) 2017-06-03 13:50:31 +01:00
config fix 'at least one lazy method has to be called before #lazy_keys could ..' 2015-12-31 16:02:34 -08:00
fixtures Add .gitkeep to spec/fixtures/cdpathdir/ in order to fix tests 2015-06-17 17:02:27 +03:00
helpers
method
regression
spec_helpers
cli_spec.rb
code_object_spec.rb
code_spec.rb
color_printer_spec.rb
command_helpers_spec.rb
command_integration_spec.rb
command_set_spec.rb
command_spec.rb
completion_spec.rb Work around an unexpected success under JRuby 2016-12-13 23:46:28 +02:00
config_spec.rb fix bug discovered while investigating #1552 2016-07-09 02:54:03 +01:00
control_d_handler_spec.rb
documentation_helper_spec.rb Syntax highlight <tt> tags in documentation output. 2015-06-24 16:36:03 +03:00
editor_spec.rb
exception_whitelist_spec.rb
helper.rb fix spec/helper.rb 2015-12-11 06:16:28 +00:00
history_array_spec.rb
history_spec.rb Test histfile content 2016-02-11 13:06:11 -06:00
hooks_spec.rb Fix warning: Using the raise_error matcher without providing a specific error 2015-06-21 09:01:31 +09:00
indent_spec.rb singleline rescue should not change indentation. 2015-07-22 21:30:36 +03:00
method_spec.rb fix 2.4 warning in specs about deprecated constant (Fixnum). 2017-06-03 13:40:25 +01:00
pager_spec.rb
prompt_spec.rb
pry_defaults_spec.rb Remove duplicate after hook 2015-07-09 00:53:38 +09:00
pry_output_spec.rb fix warning about unused variable on 2.4 2017-06-04 22:25:55 +01:00
pry_repl_spec.rb return false from #piping? when $stdout is not an IO. 2015-08-24 03:08:41 +01:00
pry_spec.rb Added support for FAIL_PRY which will make pry raise a RuntimeError if it is called with that env variable present 2016-04-01 15:16:17 -05:00
pryrc_spec.rb Make spec work for ruby 1.9.3 and possibly other versions. 2015-06-29 00:15:23 +03:00
run_command_spec.rb
sticky_locals_spec.rb
syntax_checking_spec.rb
wrapped_module_spec.rb