1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed typo

This commit is contained in:
Hiroshi SHIBATA 2022-08-26 11:25:10 +09:00
parent 1cbee173be
commit 098a3cfaa7
Notes: git 2022-08-26 12:16:15 +09:00

View file

@ -1431,7 +1431,7 @@ SYNTAX_SUGGEST_SPECS =
test-syntax-suggest: $(TEST_RUNNABLE)-test-syntax-suggest
yes-test-syntax-suggest: yes-test-syntax-suggest-prepare
$(XRUBY) -C $(srcdir) -Ispec/syntax_suggest .bundle/bin/rspec \
--require spec_helper $(RSPECOPTS) spec/syntax_suggest/$(SYNTAX-SUGGEST_SPECS)
--require spec_helper $(RSPECOPTS) spec/syntax_suggest/$(SYNTAX_SUGGEST_SPECS)
no-test-syntax-suggest:
test-bundler-precheck: $(TEST_RUNNABLE)-test-bundler-precheck