bazelruby / rules_ruby

Formerly canonical rules for ruby, that are about 2-3 years behind current Bazel. If they work for you great, but if not — please try the new rules ruby by Alex Radionov: https://github.com/bazel-contrib/rules_ruby
Apache License 2.0
99 stars 37 forks source link

Document path argument to ruby_test #80

Closed sayrer closed 4 years ago

sayrer commented 4 years ago

It took a while to figure this out... see #79.

kigster commented 4 years ago

Thank you!

What kind of Ruby app are you using Bazel with?