-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rr invokes to_str
on Pathname instance in the loadpath
#51
Labels
Comments
Another example: rr is infecting Psych when running from guard-minitest.
|
I don't have enough details from the OP to figure out what's going on there, but I just tried setting up guard-minitest on a new project under Ruby 1.9.3-p385 using RR 1.0.4 and am not seeing any error. Can you post the test that you are trying to run? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This erro is thrown by rr, but mocha and rspec smeed not to have the trouble...
NoMethodError: undefined method `to_str' for # /home/hedge/.rvm/gems/ruby-1.9.2-p136@b3/gems/rr-1.0.2/lib/rr/method_dispatches/base_method_dispatch.rb:51:in`call_original_method_missing' /home/hedge/.rvm/gems/ruby-1.9.2-p136@b3/gems/rr-1.0.2/lib/rr/method_dispatches/method_missing_dispatch.rb:35:in `block in call_original_method' /home/hedge/.rvm/gems/ruby-1.9.2-p136@b3/gems/rr-1.0.2/lib/rr/injections/double_injection.rb:194:in`dispatch_method_delegates_to_dispatch_original_method' /home/hedge/.rvm/gems/ruby-1.9.2-p136@b3/gems/rr-1.0.2/lib/rr/method_dispatches/method_missing_dispatch.rb:34:in `call_original_method' /home/hedge/.rvm/gems/ruby-1.9.2-p136@b3/gems/rr-1.0.2/lib/rr/method_dispatches/method_missing_dispatch.rb:29:in`call' /home/hedge/.rvm/gems/ruby-1.9.2-p136@b3/gems/rr-1.0.2/lib/rr/injections/method_missing_injection.rb:58:in `method_missing' /home/hedge/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in`require' /home/hedge/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' /home/mv/Documents/Workspaces/b3/lib/b3/bdd/helpers.rb:86:in`rvm_load'
HTH
The text was updated successfully, but these errors were encountered: