Fix: cleanup yasnippet-tests.el

- add edebug-form-specs
- replace "yas/" with "yas-"
- yas/ert => yas-batch-run-tests
This commit is contained in:
João Távora
2013-08-31 23:43:39 +01:00
parent 6ce6b24f52
commit ddaf9a9f5c
2 changed files with 31 additions and 21 deletions

View File

@@ -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"