summaryrefslogtreecommitdiff
path: root/spec/commands
Commit message (Expand)AuthorAgeFilesLines
* Fix ls on Fixnum [Fixes #1120]Conrad Irwin2014-02-051-0/+6
* .dup watched expressionsConrad Irwin2014-02-041-0/+13
* Fix bug in edit regarding file names with path but no suffixJonas Arvidsson2014-01-251-0/+10
* Fix watch testsConrad Irwin2014-01-241-1/+1
* Merge branch 'watch-expression'Conrad Irwin2014-01-241-0/+106
|\
| * Make watch expressions fully globalConrad Irwin2014-01-241-0/+24
| * Implement expression change test (per @rf-)Conrad Irwin2014-01-231-4/+25
| * Fix hook name in testConrad Irwin2014-01-231-1/+1
| * Add Watch Expression CommandChristopher Sexton2013-11-241-0/+61
* | Remove support for 1.8-compatible versions of RubyRyan Fitzgerald2014-01-196-1093/+1067
* | Add spec to ls command. When 'ls -M instance' is called, exception should be ...yui-knk2013-12-231-0/+5
* | Update spec/commands/cat/file_formatter_spec.rb with review and commentsyui-knk2013-12-151-52/+56
* | Add test to lib/pry/commands/cat/file_formatter.rbyui-knk2013-12-151-0/+79
* | Add print option to play command (resolves #864)Uros Jurglic2013-12-121-0/+27
* | Update ShellCommand so that autocompletes toJason Laster2013-12-091-0/+7
* | Merge pull request #1032 from DanielleSucher/add-cd-dashRyan Fitzgerald2013-12-071-0/+56
|\ \
| * | Add `.cd -` to return to prior working directoryDanielle Sucher & Jason Laster2013-12-071-0/+56
* | | Merge pull request #1033 from jasonLaster/pry_tester_evalRyan Fitzgerald2013-12-071-3/+3
|\ \ \ | |/ / |/| |
| * | Remove unecessary eval's from cd_specJason Laster2013-12-071-3/+3
* | | Really, really fix ls bug, with specRyan Fitzgerald2013-11-291-0/+8
* | | lib/pry/commands/ls.rb: fix `ls -c` on top-levelKyrylo Silin2013-11-301-0/+7
| |/ |/|
* | Support ruby 2.1!Conrad Irwin2013-11-091-3/+3
|/
* Skip BasicObject on archaic rubiesConrad Irwin2013-10-191-9/+11
* Fix specs with spurious newlinesConrad Irwin2013-10-191-2/+2
* Add support for BasicObjects to `ls` [Fixes #984]Conrad Irwin2013-10-191-0/+13
* Ignore -n and disable_auto_reload in tempfile casesRyan Fitzgerald2013-07-261-3/+17
* Fix spec w/r/t 2.0 changing behavior of @Ryan Fitzgerald2013-07-261-1/+1
* Add expression flag to playJonathan Jackson and Travis Anderson2013-07-221-0/+19
* Allow show-source --superJohn Mair2013-05-182-3/+16
* CodeObject: special case `super` keywordKyrylo Silin2013-05-042-0/+22
* Fix issue with PuppetPaul Chechetin2013-04-161-0/+18
* Skip rubinius due to [Issue rubinius/rubinius#2247]Conrad Irwin2013-03-301-7/+10
* Show{Source,Doc}: assume super definitions from the contextKyrylo Silin2013-03-272-37/+84
* whereami -c: Add test to ensure correct superclass is locatedJohn Mair2013-03-251-1/+20
* allow `whereami -c` to work outside of a method contextJohn Mair2013-03-251-72/+86
* Handle negativity in Pry::Code#take_lines [Fixes #886]Conrad Irwin2013-03-241-0/+6
* Hack in all the placesConrad Irwin2013-03-241-0/+4
* Hack around rubinius code cache in specsConrad Irwin2013-03-241-0/+3
* Annotate 1.9-only specConrad Irwin2013-03-221-8/+10
* Use load instead of eval [Fixes #880]Conrad Irwin2013-03-221-0/+10
* Command::Hist: change the behaviourKyrylo Silin2013-03-171-10/+30
* ShowDocSpec: add a test concerning monkeypatchingKyrylo Silin2013-03-141-1/+12
* ShowDocSpec: add another random comment to the definitionKyrylo Silin2013-03-141-1/+3
* LsSpec: get rid of "empty spec" warning on RBX 1.9Kyrylo Silin2013-03-131-4/+4
* ShowDocSpec: add a random comment to the definitionKyrylo Silin2013-03-121-0/+1
* Hist: fix `--exclude-pry` switchKyrylo Silin2013-03-121-0/+6
* ShowDocSpec: fix indentationKyrylo Silin2013-03-121-220/+220
* show-source: Indicate all monkeypatches can be shown with -aJohn Mair2013-03-122-0/+44
* Show error when no docs foundJohn Mair2013-03-101-0/+7
* Skip assertion on rbx — is an edge case, anyway☈king2013-02-261-1/+4