use bundler to run tests on travis
This commit is contained in:
2
test/test_all.rb
Normal file → Executable file
2
test/test_all.rb
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
Dir["**/test_*.rb"].each { |f|
|
||||
next if f.include?("stash/")
|
||||
require_relative "../#{f}"
|
||||
|
Reference in New Issue
Block a user