m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 09:03:43 -05:00

Split integration test file (#4205)

This commit is contained in:
Junegunn Choi
2025-01-25 19:57:40 +09:00
committed by GitHub
parent 04017c25bb
commit 0237bf09bf
19 changed files with 4622 additions and 4519 deletions

8
Gemfile Normal file
View File

@@ -0,0 +1,8 @@
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'minitest', '5.25.4'
gem 'rubocop', '1.71.0'
gem 'rubocop-minitest', '0.36.0'
gem 'rubocop-performance', '1.23.1'