danielpclark / rutie

“The Tie Between Ruby and Rust.”
MIT License
938 stars 62 forks source link

Documentation for rust in ruby in readme leads to Rakefile with no test logic. #187

Open gl-yziquel opened 2 months ago

gl-yziquel commented 2 months ago

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.

gl-yziquel commented 2 months ago

Proposed addition to the README.md file:

https://github.com/danielpclark/rutie/pull/188