branch: elpa/buttercup commit 178c7954f8bb6e1209966f11c41587609048f258 Author: Ola Nilsson <ola.nils...@gmail.com> Commit: Ola Nilsson <ola.nils...@gmail.com>
README: Add '-L .' to test runner example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c507cd..18907bd 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Now create a file called `test-feature.el` with these contents: You can now use buttercup to run this test: ``` -$ emacs -batch -f package-initialize -f buttercup-run-discover +$ emacs -batch -f package-initialize -L . -f buttercup-run-discover Running 1 specs. A suite