summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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