summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* jruby-ingrobert2017-09-201-0/+3
* last_default might not be a Pry::Config::Memoizedr-obert2017-06-231-2/+8
* Merge branch 'master' of github.com:pry/pryr-obert2017-06-233-5/+5
|\
| * fix warning about unused variable on 2.4robert2017-06-041-2/+1
| * Merge branch 'master' into respond_to-2.4-warningsrobert2017-06-031-0/+24
| |\
| * | fix 2.4 warning in edit command and specs about deprecated constant (Fixnum)robert2017-06-031-2/+2
| * | fix 2.4 warning in specs about deprecated constant (Fixnum).robert2017-06-031-1/+2
* | | rename Pry::Config::Lazy to Pry::Config::Memoization (ref #1503)r-obert2017-06-232-21/+21
| |/ |/|
* | Work around an unexpected success under JRubyDmitry Gutov2016-12-131-7/+10
* | Really ignore old Argon2::Password and the like in the methods scanDmitry Gutov2016-12-121-0/+12
* | Use a better method in the blacklisting testDmitry Gutov2016-12-121-1/+1
* | Speed up completion by caching the ignored modulesDmitry Gutov2016-12-121-0/+9
|/
* Fixnum and Bignum are unified into Integer since Ruby 2.4Akira Matsuda2016-12-081-2/+9
* Fix typotakiy332016-09-101-1/+1
* fix bug discovered while investigating #1552robert2016-07-092-23/+21
* Remove exclamation point from #no_definition_messageWaldyr2016-04-021-1/+1
* Add test for new #no_definition_messageWaldyr2016-04-021-0/+7
* Added support for FAIL_PRY which will make pry raise a RuntimeError if it is ...Ozer Chagatai2016-04-011-0/+18
* Merge pull request #1484 from bronzdoc/feature/add_histignoreKyrylo Silin2016-02-122-0/+33
|\
| * Test histfile contentbronzdoc2016-02-111-0/+1
| * Adding test for histignore functionalitybronzdoc2015-10-252-0/+32
* | fix 'at least one lazy method has to be called before #lazy_keys could ..'strcmp2015-12-311-1/+0
* | add testsstrcmp2015-12-312-4/+29
* | add lazy_spec.rbpry-lazystrcmp2015-12-311-0/+13
* | feedback from PRpry-configurestrcmp2015-12-271-1/+2
* | add Pry.configure as an alternative to the current way of changing configurat...strcmp2015-12-271-0/+9
* | fix spec/helper.rbstrcmp2015-12-111-1/+1
* | remove runtime dependency on slop ~> v3.4, fix specs that depended on itstrcmp2015-12-111-3/+2
* | modify lib/ and spec/ to use Pry::Slopstrcmp2015-12-112-2/+2
|/
* display an error message when cat is invoked without arguments.egwspiti2015-09-031-0/+6
* add testcase for #1464strcmp2015-08-241-0/+10
* return false from #piping? when $stdout is not an IO.strcmp2015-08-241-2/+11
* improve error message; add testcase for #1461strcmp2015-08-191-0/+6
* change from_hash to be recursive.strcmp2015-08-171-0/+13
* Merge pull request #1451 from egwspiti/masterstrcmp2015-08-031-0/+10
|\
| * singleline rescue should not change indentation.egwspiti2015-07-221-0/+10
* | reference bug # in spec.strcmp2015-07-271-9/+8
* | add API docs; remove old 'refresh' alias.strcmp2015-07-271-5/+1
* | add ReservedKeyError; reserve more keys.strcmp2015-07-271-2/+2
* | fix #1407strcmp2015-07-241-0/+9
* | Remove duplicate after hooktakiy332015-07-091-5/+0
* | Allow pry commands to work even when #call is defined on Symbol.egwspiti2015-06-301-0/+11
|/
* Merge pull request #1443 from egwspiti/masterKyrylo Silin2015-06-291-0/+10
|\
| * Make spec work for ruby 1.9.3 and possibly other versions.egwspiti2015-06-291-2/+2
| * Delete debug puts.egwspiti2015-06-291-1/+0
| * Don't raise when directory permissions don't allow file expansion.egwspiti2015-06-281-0/+11
* | Merge pull request #1398 from jbarreneche/bug/module-prepend-whereamiKyrylo Silin2015-06-291-0/+22
|\ \ | |/ |/|
| * Avoid loop in weird method locatorJuan Barreneche2015-03-171-0/+22
* | Syntax highlight <tt> tags in documentation output.egwspiti2015-06-241-0/+4
* | Fix warning: Using the raise_error matcher without providing a specific errortakiy332015-06-212-2/+2