1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/spec/commands
John Mair b6b78157a5 gist: Use Pry::CodeCollector (like play/save-file)
This enables a simplified UI, i.e: gist my_file.rb instead of gist -f my_file.rb
and `gist my_method` instead of `gist -m my_method`. Unfortunately, we had to kill our
tests in the process of doing this (gist_spec.rb is just commented out) - however since play
and save-file have tests and they use the same Pry::CodeCollector object 'gist' is indirectly
tested. Nonetheless, we should re-add tests at some point
2013-01-15 20:08:32 +01:00
..
amend_line_spec.rb PryTestHelpers methods are now module_functions, included into Bacon::Context by default 2012-12-07 23:08:49 +01:00
bang_spec.rb PryTestHelpers methods are now module_functions, included into Bacon::Context by default 2012-12-07 23:08:49 +01:00
cat_spec.rb Fix calls to Tempfile.new (GH issue #792) 2013-01-07 15:02:39 -08:00
cd_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
disable_pry_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
edit_spec.rb edit: ensure 'edit --ex' always edits the exception 2013-01-15 20:06:44 +01:00
exit_all_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
exit_program_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
exit_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
find_method_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
gem_list_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
gist_spec.rb gist: Use Pry::CodeCollector (like play/save-file) 2013-01-15 20:08:32 +01:00
help_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
hist_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
jump_to_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
ls_spec.rb Extract Table to its own file 2013-01-09 17:18:44 -06:00
play_spec.rb play specs: rewrite -i spec to use redirect_pry_io 2013-01-14 17:06:08 +01:00
raise_up_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
save_file_spec.rb save-file passes on windows :D 2013-01-15 12:11:43 +13:00
show_doc_spec.rb alliteration 2012-12-27 23:20:41 +01:00
show_input_spec.rb PryTestHelpers methods are now module_functions, included into Bacon::Context by default 2012-12-07 23:08:49 +01:00
show_source_spec.rb Prettify command descriptions, switches and stuff 2013-01-09 22:23:19 +02:00
whereami_spec.rb More lenient assertion for whereami -n 2013-01-08 15:00:10 -06:00