mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed typo
This commit is contained in:
parent
1cbee173be
commit
098a3cfaa7
Notes:
git
2022-08-26 12:16:15 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue