exercism / lua

Exercism exercises in Lua.
https://exercism.org/tracks/lua
MIT License
41 stars 57 forks source link

Add .busted to fix lasagna tests #451

Closed ryanplusplus closed 9 months ago

ryanplusplus commented 9 months ago

Without this, busted expects the tests to be in spec/:

image

imolein commented 9 months ago

thanks for fixing this :)