summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* spec/pry_defaults: silence unwanted deprecation warningstest-suite-silence-warningsKyrylo Silin2019-05-281-0/+3
* Merge Pry::Terminal with Pry::OutputKyrylo Silin2019-05-262-1/+172
* Add unit tests for Pry::OutputKyrylo Silin2019-05-261-0/+197
* commands/wtf: add the --code flagKyrylo Silin2019-05-121-0/+51
* commands/wtf_spec: refactor unit testsKyrylo Silin2019-05-111-24/+149
* Fix offences of the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-086-23/+29
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-0882-0/+164
* control_d_handler: don't mutate eval_string within the handlerKyrylo Silin2019-05-043-14/+93
* warning: print file and line of the calling frameKyrylo Silin2019-05-041-4/+2
* Add Pry::WarningKyrylo Silin2019-05-041-0/+10
* config: add `rc_file` that allows specifying `pryrc` fileKyrylo Silin2019-05-033-3/+44
* Refactor ConfigKyrylo Silin2019-05-0215-305/+207
* Reduce the influence of Pry::ConfigKyrylo Silin2019-04-303-5/+4
* spec/command: fix spec on 1.9.3Kyrylo Silin2019-04-291-2/+2
* pry_instance: factor out command state to be globalcommand-global-stateKyrylo Silin2019-04-295-10/+61
* config: factor out control_d_handler to ControlDHandlerKyrylo Silin2019-04-151-47/+40
* config: factor out 'system' to SystemCommandHandlerKyrylo Silin2019-04-151-0/+34
* config: factor out exception_handler hook to a separate classexception-handler-refactoringKyrylo Silin2019-04-151-0/+64
* config: factor out color printer proc to ColorPrinterKyrylo Silin2019-04-141-0/+10
* config: factor out default hook definition to Pry::HooksKyrylo Silin2019-04-141-0/+28
* Move history file detection to Pry::HistoryKyrylo Silin2019-04-101-1/+27
* Move `default_editor_for_platform` to Pry::EditorKyrylo Silin2019-04-101-0/+42
* spec/command: refactor to cover more, and more clearlyKyrylo Silin2019-04-091-607/+486
* Test ClassCommandKyrylo Silin2019-04-081-0/+264
* Test BlockCommandKyrylo Silin2019-04-081-0/+63
* spec/command_set: delete unused ctxKyrylo Silin2019-04-061-8/+0
* command_set: refactor specsKyrylo Silin2019-04-041-515/+267
* helpers/command_helpers: add tests, refactor variable namesKyrylo Silin2019-03-302-27/+254
* color_printer_spec: add more specsKyrylo Silin2019-03-301-1/+56
* Stop requiring coderay in files that don't use itKyrylo Silin2019-03-282-4/+0
* Factor out all CodeRay code to Pry::SyntaxHighlighterKyrylo Silin2019-03-282-2/+2
* rubocop: fix the Naming/ConstantName copKyrylo Silin2019-03-241-14/+14
* rubocop: fix the Naming/HeredocDelimiterCase copKyrylo Silin2019-03-241-4/+4
* rubocop: fix the Naming/UncommunicativeMethodParamName copKyrylo Silin2019-03-245-8/+8
* rubocop: fix Naming/HeredocDelimiterNaming copKyrylo Silin2019-03-247-24/+24
* rubocop: "fix" offences of the Security/Eval copKyrylo Silin2019-03-242-1/+3
* rubocop: fix offences of the Style/CaseEquality copKyrylo Silin2019-03-242-11/+3
* rubocop: fix offences of the Style/AccessModifierDeclarations copKyrylo Silin2019-03-232-7/+3
* rubocop: fix offences of the Style/EvalWithLocation copKyrylo Silin2019-03-233-23/+31
* rubocop: fix offences of the Style/GlobalVars copKyrylo Silin2019-03-231-3/+0
* rubocop: fix offences of the Style/MethodMissingSuper copKyrylo Silin2019-03-231-3/+11
* rubocop: fix offences of the Lint/UnderscorePrefixedVariableName copKyrylo Silin2019-03-231-4/+4
* Rename '_pry_' to 'pry_instance'Kyrylo Silin2019-03-2316-36/+40
* color_printer_spec: refactor to modern styleKyrylo Silin2019-03-181-77/+22
* code_spec: refactor tests to modern styleKyrylo Silin2019-03-181-177/+421
* code_object_spec: refactor to modern syntax; make more legibleKyrylo Silin2019-03-161-207/+292
* cli_spec: improve test coverage and refactorKyrylo Silin2019-03-151-58/+209
* Factor out gem-* commands to a separate pluginKyrylo Silin2019-03-131-20/+0
* Delete `requires_gem` remnantsKyrylo Silin2019-03-131-1/+0
* Delete `install-command` and `command_dependencies_met?`Kyrylo Silin2019-03-121-10/+0