mirror of
https://github.com/junegunn/fzf.git
synced 2026-01-08 20:43:38 +08:00
Split integration test file (#4205)
This commit is contained in:
5
test/runner.rb
Normal file
5
test/runner.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
Dir[File.join(__dir__, 'test_*.rb')].each { require it }
|
||||
|
||||
require 'minitest/autorun'
|
||||
Reference in New Issue
Block a user