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:
parent
8c16ae46e8
commit
c789e9db8c
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue