1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Remove the gemspec's test_files directive

This commit is contained in:
Joshua Clayton 2015-03-14 20:23:15 -04:00
parent 8c16ae46e8
commit c789e9db8c

View file

@ -11,7 +11,6 @@ Gem::Specification.new do |s|
loading)}
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {spec,features}/*`.split("\n")
s.require_paths = ["lib"]
s.license = "MIT"