summaryrefslogtreecommitdiff
path: root/spec/pry_defaults_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* spec/pry_defaults: silence unwanted deprecation warningstest-suite-silence-warningsKyrylo Silin2019-05-281-0/+3
* rubocop: enable the Style/FrozenStringLiteralComment copKyrylo Silin2019-05-081-0/+2
* Refactor ConfigKyrylo Silin2019-05-021-2/+2
* Move Pry::DEFAULT_HOOKS to ConfigKyrylo Silin2019-03-091-5/+7
* rubocop: fix offences of the Metrics/LineLength copKyrylo Silin2019-03-031-10/+23
* rubocop: fix offences of the Style/SingleLineMethods copKyrylo Silin2019-03-021-8/+26
* rubocop: fix offences of the Style/ParallelAssignment copKyrylo Silin2019-03-021-3/+6
* rubocop: fix offences of the Style/MutableConstant copKyrylo Silin2019-03-021-4/+4
* rubocop: fix offences of the Layout/SpaceInsideParens copKyrylo Silin2019-02-261-1/+1
* rubocop: fix offences of the Layout/SpaceAfterComma copKyrylo Silin2019-02-261-6/+6
* rubocop: fix the Layout/MultilineMethodCallIndentation copKyrylo Silin2019-02-251-10/+10
* rubocop: fix offences of the Layout/DotPosition copKyrylo Silin2019-02-251-10/+10
* rubocop: fix offences of the Layout/AlignHash copKyrylo Silin2019-02-241-3/+6
* Add .rspec and require 'helper' from thereKyrylo Silin2018-11-181-2/+0
* Simplify Prompt APIKyrylo Silin2018-11-171-50/+50
* rubocop: fix offences of the Lint/UnusedBlockArgument copKyrylo Silin2018-11-111-1/+1
* rubocop: fix offences regarding spacesKyrylo Silin2018-11-041-1/+1
* rubocop: fix offences of the Layout/EmptyLinesAroundArguments copKyrylo Silin2018-11-041-5/+0
* rubocop: fix offences of the Layout/EmptyLines copKyrylo Silin2018-11-041-3/+0
* config/default: rename prompt_safe_objects to prompt_safe_contextsKyrylo Silin2018-10-281-1/+1
* rubocop: fix offences of the Layout/EmptyLineBetweenDefs copKyrylo Silin2018-10-141-0/+2
* rubocop: fix offences of the Style/HashSyntax copKyrylo Silin2018-10-131-32/+32
* rubocop: fix offences of the Layout/ExtraSpacing copKyrylo Silin2018-10-131-11/+11
* Drop support for RubiniusKyrylo Silin2018-10-071-7/+4
* Remove duplicate after hooktakiy332015-07-091-5/+0
* specs: convert to shoulds to expectsKyrylo Silin2015-03-101-72/+72
* Fix some warningsMatijs van Zuijlen2015-01-231-50/+50
* Switch test suite to RSpecJosh Cheek2014-08-101-3/+3
* Stop using compatibility aliases for Pry.configConrad Irwin2014-05-011-19/+19
* change Pry.view_clip() to optionally drop or include hex value.Robert Gleeson2014-03-161-24/+26
* allow for tests to be run with ease.Robert Gleeson2014-03-141-1/+1
* Allow customisation of the prompt objectsKyrylo Silin2013-05-041-2/+8
* Merge branch 'wip.refactor'Conrad Irwin2013-01-181-64/+65
|\
| * Rename `accept_line` to `eval`Ryan Fitzgerald2012-12-271-2/+2
| * Add Pry::Driver to handle the reading and loopingConrad Irwin2012-12-201-23/+21
| * Don't define methods on Object when testing promptConrad Irwin2012-12-181-4/+2
| * Don't use stdout...Conrad Irwin2012-12-181-0/+1
| * Remove arg from select_prompt in the specsConrad Irwin2012-12-181-35/+21
| * Remove rep and reRyan Fitzgerald2012-12-181-9/+8
| * Remove more target paramsRyan Fitzgerald2012-12-171-25/+44
| * Fix failures in pry_defaults_specRyan Fitzgerald2012-12-151-6/+6
* | Remove output.writeConrad Irwin2013-01-141-2/+2
|/
* cleaned up lib/pry/test/helper.rbJohn Mair2012-12-071-8/+8
* Rename for tabcompletion-friendliness.☈king2012-11-151-0/+419