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 7ab0d59588 color_printer_spec: add more specs
Some code paths were not covered by unit tests.
2019-03-30 01:55:03 +02:00
..
commands rubocop: fix the Naming/UncommunicativeMethodParamName cop 2019-03-24 18:06:30 +02:00
config Remove unnecessary classes / modules used by config (#1897) 2018-12-01 08:51:52 +01:00
fixtures rubocop: fix offences of the Style/RedundantParentheses cop 2019-03-02 13:31:20 +02:00
helpers rubocop: fix the Naming/HeredocDelimiterCase cop 2019-03-24 18:14:20 +02:00
integration Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
method rubocop: fix offences of the Style/AccessModifierDeclarations cop 2019-03-23 20:18:02 +02:00
support rubocop: fix offences of the Style/CaseEquality cop 2019-03-24 14:30:00 +02:00
cli_spec.rb cli_spec: improve test coverage and refactor 2019-03-15 01:18:58 +02:00
code_object_spec.rb code_object_spec: refactor to modern syntax; make more legible 2019-03-16 20:01:42 +02:00
code_spec.rb rubocop: fix offences of the Style/MethodMissingSuper cop 2019-03-23 15:50:57 +02:00
color_printer_spec.rb color_printer_spec: add more specs 2019-03-30 01:55:03 +02:00
command_helpers_spec.rb Add .rspec and require 'helper' from there 2018-11-18 14:04:44 +08:00
command_integration_spec.rb Rename '_pry_' to 'pry_instance' 2019-03-23 00:54:39 +02:00
command_set_spec.rb Rename '_pry_' to 'pry_instance' 2019-03-23 00:54:39 +02:00
command_spec.rb rubocop: fix the Naming/UncommunicativeMethodParamName cop 2019-03-24 18:06:30 +02:00
completion_spec.rb rubocop: fix the Naming/ConstantName cop 2019-03-24 18:17:18 +02:00
config_spec.rb rubocop: fix offences of the Style/CaseEquality cop 2019-03-24 14:30:00 +02:00
control_d_handler_spec.rb Rename '_pry_' to 'pry_instance' 2019-03-23 00:54:39 +02:00
documentation_helper_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
editor_spec.rb rubocop: fix offences of the Style/AccessModifierDeclarations cop 2019-03-23 20:18:02 +02:00
history_spec.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
hooks_spec.rb Rename '_pry_' to 'pry_instance' 2019-03-23 00:54:39 +02:00
indent_spec.rb rubocop: "fix" offences of the Security/Eval cop 2019-03-24 15:12:29 +02:00
method_spec.rb rubocop: fix offences of the Style/EvalWithLocation cop 2019-03-23 19:24:07 +02:00
pager_spec.rb Stop requiring coderay in files that don't use it 2019-03-28 02:38:21 +02:00
prompt_spec.rb Add .rspec and require 'helper' from there 2018-11-18 14:04:44 +08:00
pry_defaults_spec.rb Move Pry::DEFAULT_HOOKS to Config 2019-03-09 01:45:43 +02:00
pry_output_spec.rb Stop requiring coderay in files that don't use it 2019-03-28 02:38:21 +02:00
pry_repl_spec.rb rubocop: fix Naming/HeredocDelimiterNaming cop 2019-03-24 15:36:06 +02:00
pry_spec.rb rubocop: fix offences of the Lint/UnderscorePrefixedVariableName cop 2019-03-23 12:18:50 +02:00
pryrc_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
ring_spec.rb spec/helper.rb -> spec/spec_helper.rb 2019-03-07 23:21:11 +02:00
run_command_spec.rb Add .rspec and require 'helper' from there 2018-11-18 14:04:44 +08:00
spec_helper.rb Require files from pry.rb; deps from each file that uses them 2019-03-10 13:20:03 +02:00
sticky_locals_spec.rb Rename '_pry_' to 'pry_instance' 2019-03-23 00:54:39 +02:00
syntax_checking_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
unrescued_exceptions_spec.rb rubocop: fix offences of the Metrics/LineLength cop 2019-03-03 17:37:58 +02:00
wrapped_module_spec.rb rubocop: "fix" offences of the Security/Eval cop 2019-03-24 15:12:29 +02:00