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.
I see that gemspec has test_files and many gemfiles include tests. I believe it is artifact from
gem testtimes. I think tests in gemfiles are OK (e.g. in case if you decide to reintroducegem testback #730). Butgem installshould not install these files, gem tests are useless for users (unless I missed something).Bottomline:
gem installshould not install files from test_files.