I believe the documentation on the readme of "rust in ruby" is faulty/imperfect. When scaffolding the Rakefile with the given instructions, the Rakefile contains only require "bundler/gem_tasks". No "rake/testtask" or such. Like minitest/autorun.
So it gets more time getting up to speed with rutie than it should.
I believe the documentation on the readme of "rust in ruby" is faulty/imperfect. When scaffolding the Rakefile with the given instructions, the Rakefile contains only
require "bundler/gem_tasks"
. No "rake/testtask" or such. Like minitest/autorun.So it gets more time getting up to speed with rutie than it should.