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 e5756706d0
Merge pull request #1771 from DamienRobert/fix_indent
repl.rb: guard against negative overhang
2018-10-04 21:25:21 +08:00
..
commands commands/show_source: handle when source is nil but comment exists 2018-10-04 03:46:33 +08:00
config last_default might not be a Pry::Config::Memoized 2017-06-23 17:42:04 +01:00
fixtures Add .gitkeep to spec/fixtures/cdpathdir/ in order to fix tests 2015-06-17 17:02:27 +03:00
helpers
integration fix #1471, fix #1621 (#1689) 2017-11-11 01:12:39 +01:00
method
spec_helpers
cli_spec.rb
code_object_spec.rb
code_spec.rb Pad multiline units of the edit command consistently with numbering 2018-03-26 12:45:02 +02:00
color_printer_spec.rb Issue #1647: Fix String#pp output color 2017-10-22 15:42:44 -05:00
command_helpers_spec.rb
command_integration_spec.rb
command_set_spec.rb
command_spec.rb add Pry::Testable, and friends. (#1679) 2017-11-04 05:32:31 +01:00
completion_spec.rb Work around an unexpected success under JRuby 2016-12-13 23:46:28 +02:00
config_spec.rb Fix a bug where Method objects were not returned for setters inherited (#1688) 2017-11-11 00:51:40 +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 Fixe test failures due to 'uninitialized constant Pry::Forwardable' in ruby 2.5 (#1728) 2017-12-24 06:05:44 +01:00
history_array_spec.rb
history_spec.rb Recover from any SystemCallError on failure to read or write history file. 2018-02-11 15:15:34 -05:00
hooks_spec.rb add rbx-3.86, add Pry::Platform.known_engines, allow expected failures in spec suite (#1694) 2017-11-18 20:54:03 +01:00
indent_spec.rb singleline rescue should not change indentation. 2015-07-22 21:30:36 +03:00
method_spec.rb get this bitch working on rubies that dont support keyword args 2018-02-23 01:25:47 +01:00
pager_spec.rb
prompt_spec.rb fix a bug where "cd Hash.new" reported self as a Pry::Config in prompt. 2017-12-22 23:01:50 +01:00
pry_defaults_spec.rb Remove duplicate after hook 2015-07-09 00:53:38 +09:00
pry_output_spec.rb add Pry::Testable, and friends. (#1679) 2017-11-04 05:32:31 +01:00
pry_repl_spec.rb pry_repl_spec: test for previous overhang fix 2018-10-03 22:43:36 +02:00
pry_spec.rb jruby-ing 2017-09-20 15:42:26 +01:00
pryrc_spec.rb add rbx-3.86, add Pry::Platform.known_engines, allow expected failures in spec suite (#1694) 2017-11-18 20:54:03 +01:00
run_command_spec.rb
sticky_locals_spec.rb
syntax_checking_spec.rb
wrapped_module_spec.rb