summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fix failing build on 2.4 & 2.5Kyrylo Silin2021-07-091-5/+0
* Return with an error message if pry is started inside signal handler (#2206)Barrett Ingram2021-07-031-0/+25
* validates file presence in Config#default_rc_file (#2129)Armin2021-07-011-8/+40
* ring: change guard priority so that the value at index can be readKyrylo Silin2021-06-281-1/+3
* helpers/documentation: don't colorize twiceKyrylo Silin2021-04-111-0/+4
* Merge pull request #2158 from andrehjr/fix-color-off-overwriteKyrylo Silin2021-03-282-1/+19
|\
| * Fix RegexpError: premature end of char-classAndré Luis Leal Cardoso Junior2020-10-051-1/+1
| * Make #strip_color only remove colors.André Luis Leal Cardoso Junior2020-10-051-0/+18
* | Merge pull request #2154 from xjunior/patch-1Kyrylo Silin2021-03-281-19/+19
|\ \
| * | Update Wtf spec to match non-printing chars wrappingCarlos Palhares2020-09-071-19/+19
| |/
* | Add CI support for ruby 3 and fix broken specBarrett Ingram2021-01-021-1/+1
* | Merge pull request #2140 from utkarsh2102/fix-bundler_spec-testKyrylo Silin2020-11-281-1/+2
|\ \
| * | Fix bundler_spec testUtkarsh Gupta2020-06-161-1/+2
| |/
* | Merge pull request #2119 from mvz/issue-1241-remove-autoloading-of-pluginsKyrylo Silin2020-11-282-16/+0
|\ \ | |/ |/|
| * Remove plugin system in favor of regular requiresMatijs van Zuijlen2020-03-221-15/+0
| * Remove should_load_plugins config optionMatijs van Zuijlen2020-03-221-1/+0
* | Merge pull request #2122 from ahorek/frozen_pry_bugKyrylo Silin2020-04-121-0/+12
|\ \
| * | pry-backtrace frozen bugpavel2020-03-251-0/+12
| |/
* | Merge pull request #2120 from barrettkingram/fix-help-command-listingKyrylo Silin2020-04-121-1/+6
|\ \
| * | Improve help listing for regex aliasesBarrett Ingram2020-03-221-1/+6
| |/
* | config: return `nil` on unknown option instead of raisingKyrylo Silin2020-04-121-2/+2
|/
* Display all syntax error messages when catching SyntaxExceptionBarrett Ingram2020-03-211-5/+23
* method: delegate internally-used methodsKyrylo Silin2020-03-211-0/+63
* spec/integration/bundler: fix the "no dependencies" warningKyrylo Silin2020-03-211-0/+6
* Fix completion_spec on MRI 2.7.0Jean Boussier2020-03-201-1/+1
* Fix whereami -c when class definition is not beginning of lineBarrett Ingram2019-12-291-0/+11
* Allow negative ranges in hist --showBrian Graham2019-08-091-0/+9
* Attempt to allow pasting multiple lines with leading dots (#2060)Josh Cheek2019-07-112-4/+4
* spec/commands/show_source: pass binding to pry_eval to fix failuresKyrylo Silin2019-06-151-26/+20
* spec_helper: reset Pry defaults after each testKyrylo Silin2019-06-151-0/+1
* spec/code_object: fix broken 'class method lookup' testKyrylo Silin2019-06-151-2/+4
* spec/editor: make specs order-independent (and sturdier)Kyrylo Silin2019-06-151-5/+16
* spec_helper: randomize testsKyrylo Silin2019-06-151-0/+2
* spec/commands/show_{doc,source}: refactor to be order independentKyrylo Silin2019-06-153-667/+933
* spec/config: fix flaky testKyrylo Silin2019-06-091-2/+6
* Use Pry::Env where it makes senseKyrylo Silin2019-06-093-32/+31
* Add Pry::EnvKyrylo Silin2019-06-091-0/+26
* Close #2054 - prefer XDG_* paths (if set)A. Nackov2019-06-052-8/+26
* MemoizedValue memoizes nil results (#2053)Josh Cheek2019-06-031-3/+13
* Fix tests that fail based on user's environment (#2047)Josh Cheek2019-06-021-10/+18
* Remove all remaining `.should`s from the testsJosh Cheek2019-05-307-41/+32
* 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