mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 06:32:24 +00:00
Fix: cleanup yasnippet-tests.el
- add edebug-form-specs - replace "yas/" with "yas-" - yas/ert => yas-batch-run-tests
This commit is contained in:
2
Rakefile
2
Rakefile
@@ -13,7 +13,7 @@ FileUtils.mkdir_p('pkg')
|
||||
|
||||
desc "run tests in batch mode"
|
||||
task :tests do
|
||||
sh "#{$EMACS} -Q -L . -l yasnippet-tests.el -nw --batch -e yas/ert"
|
||||
sh "#{$EMACS} -Q -L . -l yasnippet-tests.el -nw --batch -e yas-batch-run-tests"
|
||||
end
|
||||
|
||||
desc "convert some textmate bundles to yasnippets"
|
||||
|
||||
Reference in New Issue
Block a user