The tests are in test directory now

This commit is contained in:
Akira Matsuda 2016-12-07 17:14:39 +09:00
parent 4da907e819
commit 521517fcbf
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.description = 'Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+'
s.license = "MIT"
s.files = `git ls-files | egrep -v 'kaminari-(core|actionview|activerecord)' | grep -v '^spec'`.split("\n")
s.files = `git ls-files | egrep -v 'kaminari-(core|actionview|activerecord)' | grep -v '^test'`.split("\n")
s.require_paths = ['lib']
s.add_dependency 'activesupport', '>= 4.1.0'