exercism / lua

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

Add .busted to fix lasagna tests #451

Closed ryanplusplus closed 6 months ago

ryanplusplus commented 6 months ago

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

image

imolein commented 6 months ago

thanks for fixing this :)