summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-03-14 17:13:39 +0000
committerLee Jarvis <lee@jarvis.co>2011-03-14 17:13:39 +0000
commiteb641ccebfd729cad31c817e8020922915a6f05c (patch)
tree6857a784bcc34acae002b9d550f587c592891bca /slop.gemspec
parent9783d0211cb9836825dd68778e7545c1690482cf (diff)
downloadslop-eb641ccebfd729cad31c817e8020922915a6f05c.tar.gz
we only have tests, bro
Diffstat (limited to 'slop.gemspec')
-rw-r--r--slop.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/slop.gemspec b/slop.gemspec
index 5f5934d..924b8dc 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -12,6 +12,6 @@ Gem::Specification.new do |s|
s.homepage = 'http://github.com/injekt/slop'
s.files = `git ls-files`.split("\n")
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
+ s.test_files = `git ls-files -- test/*`.split("\n")
s.require_paths = ["lib"]
end