pry--pry/spec/commands
John Mair 8f4b11d70d Fix failing tests on rbx
The failures were due to Rbx recovering more source than expected (compared to MRI)

For example, the following fails in MRI:
module M
end

module N
  include M
end

show-source N

but on rbx it succeeds and shows the source of N

How does rbx do it? It appears to create a secret method called __module_init__ on a module whenever you include another module.
This method has its source_location set to the `include` line.
2013-02-08 03:11:42 +01:00
..
amend_line_spec.rb Rename `accept_line` to `eval` 2012-12-27 22:06:50 -08:00
bang_spec.rb Rename `accept_line` to `eval` 2012-12-27 22:06:50 -08: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 Merge branch 'wip.refactor' 2013-01-18 00:19:38 -08:00
exit_all_spec.rb Replace PryTester#simulate_repl with Pry#eval 2012-12-28 18:35:08 -08:00
exit_program_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
exit_spec.rb Replace PryTester#simulate_repl with Pry#eval 2012-12-28 18:35:08 -08: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: re-add 'jist' gem dependency with :requires_gem 2013-01-17 16:52:55 +01:00
help_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
hist_spec.rb Make hist command just use _pry_.eval 2012-12-28 06:44:04 -08:00
jump_to_spec.rb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00
ls_spec.rb Add regression test for 28afdd547d 2013-01-27 15:33:53 -08:00
play_spec.rb Merge branch 'wip.refactor' 2013-01-18 00:19:38 -08:00
raise_up_spec.rb Add Pry::Driver to handle the reading and looping 2012-12-20 01:34:32 -08:00
save_file_spec.rb save-file passes on windows :D 2013-01-15 12:11:43 +13:00
show_doc_spec.rb Fix failing tests on rbx 2013-02-08 03:11:42 +01:00
show_input_spec.rb Rename `accept_line` to `eval` 2012-12-27 22:06:50 -08:00
show_source_spec.rb Fix failing tests on rbx 2013-02-08 03:11:42 +01:00
whereami_spec.rb Add -m, -c, -f options to whereami command. 2013-02-02 22:37:57 +01:00