Michal Papis

Results 152 comments of Michal Papis

try `ruby -I lib:test test/pluginator/autodetect_test.rb`

For me it fixed the same problem... I do not see `Autodetect` being defined anywhere earlier, does it also happen on master?

to show what problem I'm solving with it I put up this example `test.rb`: ```ruby test.rb class A ; end # Example 1 - how it's written now, first definition,...

can you check with #16 (https://github.com/rvm/pluginator/blob/bugfix/ensure-order-of-loading-files-in-tests/test/test_helper.rb#L71)

`title` is the on hover label displayed in html, example screenshot in `Additional information` ☝🏻

what shell are you using? please run: ``` bash rvm install 2.1 --trace 2>&1 | tee big.log ``` and [gist](https://gist.github.com) the `big.log` file.

this trace is not useful, you would need to uninstall this ruby first: ``` bash rvm remove 2.1 rvm install 2.1 --trace 2>&1 | tee big.log ``` and gist the...

and it works just fine when running `--trace` can you still reproduce it without trace?

from the last trace I got it looks like everything is fine, assuming you got ruby installed and working - it's all good - closing the ticket, if you ever...