Skip to content

Commit f9031f2

Browse files
aaronikmfussenegger
authored andcommitted
Add note about busted.runner error in README
I thought this was useful - it took me a while to figure out what was going on. Maybe this can save someone else the time. Ultimately got it from the `nlua` README.
1 parent 8757746 commit f9031f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ luarocks test spec/path_to_file.lua --local
7474
busted spec/path_to_file.lua
7575
```
7676

77+
If you see an error like `module 'busted.runner' not found`:
78+
79+
```bash
80+
eval $(luarocks path --no-bin)
81+
```
82+
7783
[rockspec-format]: https://github.com/luarocks/luarocks/wiki/Rockspec-format
7884
[luarocks]: https://luarocks.org
7985
[luarocks-api-key]: https://luarocks.org/settings/api-keys

0 commit comments

Comments
 (0)