Closed balasankarc closed 8 years ago
hi @balasankarc , this is weird (this warning about minitest)
as you can check on https://travis-ci.org/fog/fog-xenserver/jobs/58320013#L146 the build is running fine on my machine and CI, have you updated the gems (Gemfile.lock)?
@fernandes
No. I cloned the repo, ran bundle install
and then bundle exec rake
. See the termcast (you can use the command asciicast play
to run it) https://asciinema.org/a/5m6aw7lnrl2n5twuai2pim111
@balasankarc As @fernandes suggested, everything is running fine. I suspect the issue might be on your enviroment. Why did you use the system ruby?
@plribeiro3000
No specific reason. I usually use system ruby (Ruby 2.2.0) for all general purpose stuff. So, you think it is an issue with Ruby version? Coz, it wouldn't be a problem with gems as I was using bundler.
Strike that. I removed all other ruby versions except Ruby 2.2.0 and now the tests are running fine.
glad to hear @balasankarc ! :smile:
Awesome. Thank you for The feedback @balasankarc!
Em qui, 14 de jan de 2016 07:11, Celso Fernandes notifications@github.com escreveu:
glad to hear @balasankarc https://github.com/balasankarc ! [image: :smile:]
— Reply to this email directly or view it on GitHub https://github.com/fog/fog-xenserver/issues/54#issuecomment-171628504.
I tried
$bundle exec rake
and got this output. Can you help me find out what the issue is?