-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
I see that gemspec has test_files and many gemfiles include tests. I believe it is artifact from gem test times. I think tests in gemfiles are OK (e.g. in case if you decide to reintroduce gem test back #730). But gem install should not install these files, gem tests are useless for users (unless I missed something).
Bottomline: gem install should not install files from test_files.
Davidslv, phansch, jirutka, joseluis-fw and dduugg