https://bugzilla.redhat.com/show_bug.cgi?id=1779403



--- Comment #8 from Jun Aruga <[email protected]> ---
> The `-r test_helper.rb` should not be necessary. Just adding `test` into load 
> path via the `-I` option should be enough.

You are right, Vit. The `test_helper.rb` is required from all the "*_test.rb"
file.

```
$ grep -r test_helper test/
test/list_test.rb:require 'test_helper'
test/node_test.rb:require 'test_helper'
test/conversions_test.rb:require 'test_helper'
```

Leigh, could you try without `-r test_helper.rb` option? Then you can remove
the option.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to